Skip to main content

MapVectorItemCollection Methods

A collection of vector items.
Name Description
Add(T) Appends the specified item to the current collection. Inherited from MapDependencyObjectCollectionBase<T>.
AddRange(IEnumerable<MapItem>) Adds multiple MapItems to the end of the MapVectorItemCollection.
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the specified HandoffBehavior is used. Inherited from Animatable.
ApplyAnimationClock(DependencyProperty, AnimationClock) Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the SnapshotAndReplace handoff behavior is used. Inherited from Animatable.
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the specified HandoffBehavior is used. Inherited from Animatable.
BeginAnimation(DependencyProperty, AnimationTimeline) Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the SnapshotAndReplace handoff behavior is used. Inherited from Animatable.
BeginUpdate() Locks the MapVectorItemCollection object by preventing visual updates until the EndUpdate method is called.
Clear() Removes all items from the collection. Inherited from MapDependencyObjectCollectionBase<T>.
Clone() Creates a modifiable clone of this FreezableCollection<T> and its contents, making deep copies. If this collection (or its contents) has animated dependency properties, the property’s base value is copied, not its current animated value. Inherited from FreezableCollection<T>.
CloneCore(Freezable) protected Makes this instance a clone (deep copy) of the specified FreezableCollection<T> using base (non-animated) property values. Inherited from FreezableCollection<T>.
CloneCurrentValue() Creates a modifiable copy of this FreezableCollection<T> and its contents, making deep copies of this object’s current values. If this object (or the objects it contains) contains animated dependency properties, their current animated values are copied. Inherited from FreezableCollection<T>.
CloneCurrentValueCore(Freezable) protected Makes this instance a modifiable clone (deep copy) of the specified FreezableCollection<T> using current property values. Inherited from FreezableCollection<T>.
Contains(T) Determines whether this FreezableCollection<T> contains the specified value. Inherited from FreezableCollection<T>.
CopyTo(T[], Int32) Copies the entire FreezableCollection<T> to a compatible one-dimensional array, starting at the specified index of the target array. Inherited from FreezableCollection<T>.
EndUpdate() Unlocks the MapVectorItemCollection object after a call to the BeginUpdate method and causes an immediate visual update.
FreezeCore(Boolean) protected Makes this FreezableCollection<T> object unmodifiable or determines whether it can be made unmodifiable. Inherited from FreezableCollection<T>.
GetAnimationBaseValue(DependencyProperty) Returns the non-animated value of the specified DependencyProperty. Inherited from Animatable.
GetAsFrozenCore(Freezable) protected Makes this instance a frozen clone of the specified FreezableCollection<T> using base (non-animated) property values. Inherited from FreezableCollection<T>.
GetCurrentValueAsFrozenCore(Freezable) protected Makes this instance a frozen clone of the specified Freezable. If this object has animated dependency properties, their current animated values are copied. Inherited from FreezableCollection<T>.
GetEnumerator() Returns an enumerator for the entire FreezableCollection<T>. Inherited from FreezableCollection<T>.
IndexOf(T) Searches for the specified object and returns the zero-based index of the first occurrence within the entire FreezableCollection<T>. Inherited from FreezableCollection<T>.
Insert(Int32, T) Adds the specified item to the collection at the specified position. Inherited from MapDependencyObjectCollectionBase<T>.
InsertRange(Int32, IEnumerable<MapItem>) Inserts multiple MapItems into the MapVectorItemCollection at the specified position.
Move(Int32, Int32) Moves a specific item to another position within the collection. Inherited from MapDependencyObjectCollectionBase<T>.
Remove(T) Removes the specified item from the collection. Inherited from MapDependencyObjectCollectionBase<T>.
RemoveAt(Int32) Removes an item at the specified position from the collection. Inherited from MapDependencyObjectCollectionBase<T>.
ShouldSerializeStoredWeakReference(DependencyObject) static Specifies whether a dependency object should be serialized. Inherited from Animatable.
IEnumerable<T>.GetEnumerator() For a description of this member, see GetEnumerator(). Inherited from FreezableCollection<T>.
ICollection.CopyTo(Array, Int32) For a description of this member, see CopyTo(Array, Int32). Inherited from FreezableCollection<T>.
IEnumerable.GetEnumerator() For a description of this member, see GetEnumerator(). Inherited from FreezableCollection<T>.
IList.Add(Object) For a description of this member, see Add(Object). Inherited from FreezableCollection<T>.
IList.Contains(Object) For a description of this member, see Contains(Object). Inherited from FreezableCollection<T>.
IList.IndexOf(Object) For a description of this member, see IndexOf(Object). Inherited from FreezableCollection<T>.
IList.Remove(Object) For a description of this member, see Remove(Object). Inherited from FreezableCollection<T>.
See Also