RelatedDocDataCollection Methods
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Add(DocData^) | Adds the specified value to the collection. |
![]() | AddRange(array<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(array<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.) |


