IVsUserContextItemProvider Interface
Visual Studio 2015
Defines a provider of context-sensitive Help items. Implement your provider and register it with the RegisterItemProvider method of the IVsMonitorUserContext interface.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetProperty(Int32, Object) | Gets the specified project. |
![]() | KeywordLookup(String, String, IVsUserContextItemCollection, IVsMonitorUserContext, Int32, Int32) | Looks up the specified keyword. |
![]() | LookupEnabled(Int32) | Determines whether lookup is enabled. |
![]() | PackedAttributeLookup(String, String, IVsUserContextItemCollection) | Looks up attributes. |
![]() | SetProperty(Int32, Object) | Sets the specified property. |
Show:
