IVsUserContextItemCollection Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | _NewEnum(Object^) | Returns an enumerator to use for going through the collection. |
![]() | Count(Int32) | Returns the number of items in the collection. |
![]() | Item(Object^, IVsUserContextItem^) | Retrieves an item from the collection according to a VARIANT index. |
![]() | ItemAt(Int32, IVsUserContextItem^) | Retrieves an item from the collection by integer index. |
Show:
