IVsUserContextItemCollection Interface
Visual Studio 2015
Maintains an indexed collection of context items (IVsUserContextItem) for use in context-sensitive help.
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. |
Returned by the GetContextItems method of the IVsMonitorUserContext interface.
Show:
