RelatedDocDataCollection Class
A strongly-typed collection that stores document data objects.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
System.Collections.CollectionBase
Microsoft.VisualStudio.Shell.Design.Serialization.RelatedDocDataCollection
| Name | Description | |
|---|---|---|
![]() | RelatedDocDataCollection() | Initializes a new instance of RelatedDocDataCollection. |
![]() | RelatedDocDataCollection(DocData[]) | Initializes a new instance of RelatedDocDataCollection for the specified array of document data objects. |
![]() | RelatedDocDataCollection(RelatedDocDataCollection) | Initializes a new instance of RelatedDocDataCollection based on another RelatedDocDataCollection object. |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from CollectionBase.) |
![]() | Count | (Inherited from CollectionBase.) |
![]() | Item[Int32] | Gets the document data object at the specified index. |
| Name | Description | |
|---|---|---|
![]() | Add(DocData) | Adds the specified value to the collection. |
![]() | AddRange(DocData[]) | Copies the elements of an array of document data objects to the end of the RelatedDocDataCollection. |
![]() | AddRange(RelatedDocDataCollection) | Adds the contents of another RelatedDocDataCollection to the end of the collection. |
![]() | Clear() | (Inherited from CollectionBase.) |
![]() | Contains(DocData) | Determines whether the collection contains the specified document data object. |
![]() | CopyTo(DocData[], Int32) | Copies the collection to an array of document data objects starting at the specified index. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetEnumerator() | (Inherited from CollectionBase.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(DocData) | Gets the index of a specified document data object in the collection. |
![]() | Insert(Int32, DocData) | Inserts a document data object into the collection at the specified index. |
![]() | Remove(DocData) | Removes the specified document data object from the collection. |
![]() | RemoveAt(Int32) | (Inherited from CollectionBase.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.CopyTo(Array, Int32) | (Inherited from CollectionBase.) |
![]() ![]() | IList.Add(Object) | (Inherited from CollectionBase.) |
![]() ![]() | IList.Contains(Object) | (Inherited from CollectionBase.) |
![]() ![]() | IList.IndexOf(Object) | (Inherited from CollectionBase.) |
![]() ![]() | IList.Insert(Int32, Object) | (Inherited from CollectionBase.) |
![]() ![]() | IList.Remove(Object) | (Inherited from CollectionBase.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



