GlobalObjectCollection Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(GlobalObject^)

Adds a new item to the collection.

System_CAPS_pubmethodAddRange(array<GlobalObject^>^)

Appends the objects in an array to the end of the collection.

System_CAPS_pubmethodAddRange(GlobalObjectCollection^)

Appends the objects in an array to the end of the collection.

System_CAPS_pubmethodClear()

Clears the contents of this collection.

System_CAPS_pubmethodContains(GlobalObject^)

Determines whether this collection contains the given item.

System_CAPS_pubmethodCopyTo(array<GlobalObject^>^, Int32)

Copies the contents of this collection to the given array starting at the given index.

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator for this collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(GlobalObject^)

Gets the position of an object in the collection.

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodInsert(Int32, GlobalObject^)

Inserts a new item into the collection at the given index.

System_CAPS_pubmethodRemove(GlobalObject^)

Removes an object from the collection.

System_CAPS_pubmethodRemoveAt(Int32)

Removes an object from the collection at the specified position.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

Copies the contents of this collection to the given array starting at the given index.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Add(Object^)

Adds an object to the collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Contains(Object^)

Determines whether an object is in the collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::IndexOf(Object^)

Gets the position of an object in the collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Insert(Int32, Object^)

Adds an item to the collection at the specified position.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Remove(Object^)

Removes an object from the collection.

Return to top
Show: