GlobalTypeCollection Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(GlobalType^)

Adds a new item to the collection.

System_CAPS_pubmethodAddRange(array<GlobalType^>^)

Adds a range of items to the collection.

System_CAPS_pubmethodAddRange(GlobalTypeCollection^)

Adds a range of items to the collection.

System_CAPS_pubmethodClear()

Clears the contents of this collection.

System_CAPS_pubmethodContains(GlobalType^)

Determines whether the specified item is in the collection

System_CAPS_pubmethodCopyTo(array<GlobalType^>^, 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 you can use to enumerate through this collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(GlobalType^)

Get the position of the specified item.

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodInsert(Int32, GlobalType^)

Inserts an item into the underlying list at the specified position.

System_CAPS_pubmethodRemove(GlobalType^)

Remove an item from the collection.

System_CAPS_pubmethodRemoveAt(Int32)

Removes the item at the specified position.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

Copies objects to the specified array starting at the specified position.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Add(Object^)

Adds an item to the collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Contains(Object^)

Determines whether the specified item is in the collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::IndexOf(Object^)

Gets the position of an item in the collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Insert(Int32, Object^)

Inserts an object in the collection at the specified position.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Remove(Object^)

Removes an item from the collection.

Return to top
Show: