Version

UserAnnotationCollection Class Members

The following tables list the members exposed by UserAnnotationCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<UserBaseAnnotation>)
Public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<UserBaseAnnotation>)
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<UserBaseAnnotation>)
Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<UserBaseAnnotation>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<UserBaseAnnotation>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<UserBaseAnnotation>)
Public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<UserBaseAnnotation>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<UserBaseAnnotation>)
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<UserBaseAnnotation>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<UserBaseAnnotation>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<UserBaseAnnotation>)
Public MethodRemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<UserBaseAnnotation>)
Public MethodRemoveAllRemove the all an user annotations of specified target  
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<UserBaseAnnotation>)
Public MethodRemoveFirstRemove the first an user annotations of specified target  
Public MethodRemoveLastRemove the last an user annotations of specified target  
Public MethodReplaceFirstReplaces the first an user annotations of specified target  
Public MethodReplaceLastReplaces the last an user annotations of specified target  
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<UserBaseAnnotation>)
Public EventCollectionResettingThis event is raised before the collection reset occurs.  
See Also