RelatedDocDataCollection Class

 

A strongly-typed collection that stores document data objects.

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

System.Object
  System.Collections.CollectionBase
    Microsoft.VisualStudio.Shell.Design.Serialization.RelatedDocDataCollection

[CLSCompliantAttribute(false)]
public sealed class RelatedDocDataCollection : CollectionBase

NameDescription
System_CAPS_pubmethodRelatedDocDataCollection()

Initializes a new instance of RelatedDocDataCollection.

System_CAPS_pubmethodRelatedDocDataCollection(DocData[])

Initializes a new instance of RelatedDocDataCollection for the specified array of document data objects.

System_CAPS_pubmethodRelatedDocDataCollection(RelatedDocDataCollection)

Initializes a new instance of RelatedDocDataCollection based on another RelatedDocDataCollection object.

NameDescription
System_CAPS_pubpropertyCapacity

(Inherited from CollectionBase.)

System_CAPS_pubpropertyCount

(Inherited from CollectionBase.)

System_CAPS_pubpropertyItem[Int32]

Gets the document data object at the specified index.

NameDescription
System_CAPS_pubmethodAdd(DocData)

Adds the specified value to the collection.

System_CAPS_pubmethodAddRange(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(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.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: