RelatedDocDataCollection Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

NameDescription
System_CAPS_pubmethodAdd(DocData^)

Adds the specified value to the collection.

System_CAPS_pubmethodAddRange(array<DocData^>^)

Copies the elements of an array of document data objects to the end of the RelatedDocDataCollection.

System_CAPS_pubmethodAddRange(RelatedDocDataCollection^)

Adds the contents of another RelatedDocDataCollection to the end of the collection.

System_CAPS_pubmethodClear()

(Inherited from CollectionBase.)

System_CAPS_pubmethodContains(DocData^)

Determines whether the collection contains the specified document data object.

System_CAPS_pubmethodCopyTo(array<DocData^>^, Int32)

Copies the collection to an array of document data objects starting at the specified index.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from CollectionBase.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(DocData^)

Gets the index of a specified document data object in the collection.

System_CAPS_pubmethodInsert(Int32, DocData^)

Inserts a document data object into the collection at the specified index.

System_CAPS_pubmethodRemove(DocData^)

Removes the specified document data object from the collection.

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from CollectionBase.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: