GlobalTypeCollection Methods
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Add(GlobalType^) | Adds a new item to the collection. |
![]() | AddRange(array<GlobalType^>^) | Adds a range of items to the collection. |
![]() | AddRange(GlobalTypeCollection^) | Adds a range of items to the collection. |
![]() | Clear() | Clears the contents of this collection. |
![]() | Contains(GlobalType^) | Determines whether the specified item is in the collection |
![]() | CopyTo(array<GlobalType^>^, Int32) | Copies the contents of this collection to the given array starting at the given index. |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator you can use to enumerate through this collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(GlobalType^) | Get the position of the specified item. |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | Insert(Int32, GlobalType^) | Inserts an item into the underlying list at the specified position. |
![]() | Remove(GlobalType^) | Remove an item from the collection. |
![]() | RemoveAt(Int32) | Removes the item at the specified position. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | Copies objects to the specified array starting at the specified position. |
![]() ![]() | IList::Add(Object^) | Adds an item to the collection. |
![]() ![]() | IList::Contains(Object^) | Determines whether the specified item is in the collection. |
![]() ![]() | IList::IndexOf(Object^) | Gets the position of an item in the collection. |
![]() ![]() | IList::Insert(Int32, Object^) | Inserts an object in the collection at the specified position. |
![]() ![]() | IList::Remove(Object^) | Removes an item from the collection. |


