IVsUserContextItemCollection Methods

 

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

NameDescription
System_CAPS_pubmethod_NewEnum(Object^)

Returns an enumerator to use for going through the collection.

System_CAPS_pubmethodCount(Int32)

Returns the number of items in the collection.

System_CAPS_pubmethodItem(Object^, IVsUserContextItem^)

Retrieves an item from the collection according to a VARIANT index.

System_CAPS_pubmethodItemAt(Int32, IVsUserContextItem^)

Retrieves an item from the collection by integer index.

Return to top
Show: