IVsUserContextItemCollection Members
Include Protected Members
Include Inherited Members
Maintains an indexed collection of context items (IVsUserContextItem) for use in context-sensitive help.
The IVsUserContextItemCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
_NewEnum | Returns an enumerator to use for going through the collection. | |
Count | Returns the number of items in the collection. | |
Item | Retrieves an item from the collection according to a VARIANT index. | |
ItemAt | Retrieves an item from the collection by integer index. |
Top