GlobalObjectCollection Methods
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Add(GlobalObject^) | Adds a new item to the collection. |
![]() | AddRange(array<GlobalObject^>^) | Appends the objects in an array to the end of the collection. |
![]() | AddRange(GlobalObjectCollection^) | Appends the objects in an array to the end of the collection. |
![]() | Clear() | Clears the contents of this collection. |
![]() | Contains(GlobalObject^) | Determines whether this collection contains the given item. |
![]() | CopyTo(array<GlobalObject^>^, 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 for this collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(GlobalObject^) | Gets the position of an object in the collection. |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | Insert(Int32, GlobalObject^) | Inserts a new item into the collection at the given index. |
![]() | Remove(GlobalObject^) | Removes an object from the collection. |
![]() | RemoveAt(Int32) | Removes an object from the collection at the specified position. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | Copies the contents of this collection to the given array starting at the given index. |
![]() ![]() | IList::Add(Object^) | Adds an object to the collection. |
![]() ![]() | IList::Contains(Object^) | Determines whether an object is in the collection. |
![]() ![]() | IList::IndexOf(Object^) | Gets the position of an object in the collection. |
![]() ![]() | IList::Insert(Int32, Object^) | Adds an item to the collection at the specified position. |
![]() ![]() | IList::Remove(Object^) | Removes an object from the collection. |


