IVsUserContextItemCollection Interface

 

Maintains an indexed collection of context items (IVsUserContextItem) for use in context-sensitive help.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("2A6DE4A2-5B3D-46EB-A65C-24C4EF4F396F")]
public interface IVsUserContextItemCollection

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.

Returned by the GetContextItems method of the IVsMonitorUserContext interface.

Return to top
Show: