Udostępnij przez


AnnotationCollection Members

Contains a collection of Annotation objects. This class cannot be inherited.

The following tables list the members exposed by the AnnotationCollection type.

Public Constructors

  Name Description
AnnotationCollection Initializes a new instance of Annotation.

Top

Public Properties

  Name Description
ms161245.pubproperty(pl-pl,SQL.100).gif Count Gets the number of Annotation objects contained in the collection.
ms161245.pubproperty(pl-pl,SQL.100).gif Item Overloaded. Gets the specified Annotation from the collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms161245.pubmethod(pl-pl,SQL.100).gif Add Overloaded. Creates and adds an Annotation to the collection.
ms161245.pubmethod(pl-pl,SQL.100).gif Clear Removes all elements from the collection.
ms161245.pubmethod(pl-pl,SQL.100).gif Contains Overloaded. Indicates whether the collection contains an Annotation.
ms161245.pubmethod(pl-pl,SQL.100).gif CopyTo Overloaded. Copies the entire collection to a specified Array or AnnotationCollection.
ms161245.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms161245.pubmethod(pl-pl,SQL.100).gif Find Gets the Annotation, with the specified name, from the collection.
ms161245.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms161245.pubmethod(pl-pl,SQL.100).gif GetText Gets the value of the Annotation, with the specified name.
ms161245.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms161245.pubmethod(pl-pl,SQL.100).gif IndexOf Overloaded. Gets the index of an Annotation.
ms161245.pubmethod(pl-pl,SQL.100).gif Insert Overloaded. Inserts an Annotation into the collection.
ms161245.pubmethod(pl-pl,SQL.100).gifms161245.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms161245.pubmethod(pl-pl,SQL.100).gif Remove Overloaded. Removes a Annotation from the collection.
ms161245.pubmethod(pl-pl,SQL.100).gif RemoveAt Removes the Annotation at the specified index from the collection.
ms161245.pubmethod(pl-pl,SQL.100).gif SetText Overloaded. Sets the Annotation, with the specified name, to a specified value.
ms161245.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms161245.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms161245.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top