IVsUserContextItemProvider Interface
Defines a provider of context-sensitive Help items. Implement your provider and register it with the RegisterItemProvider method of the IVsMonitorUserContext interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("715C98B7-05FB-4A1A-86C8-FF00CE2E5D64")> _
Public Interface IVsUserContextItemProvider
[InterfaceTypeAttribute()]
[GuidAttribute("715C98B7-05FB-4A1A-86C8-FF00CE2E5D64")]
public interface IVsUserContextItemProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"715C98B7-05FB-4A1A-86C8-FF00CE2E5D64")]
public interface class IVsUserContextItemProvider
[<InterfaceTypeAttribute()>]
[<GuidAttribute("715C98B7-05FB-4A1A-86C8-FF00CE2E5D64")>]
type IVsUserContextItemProvider = interface end
public interface IVsUserContextItemProvider
The IVsUserContextItemProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetProperty | ||
KeywordLookup | ||
LookupEnabled | ||
PackedAttributeLookup | ||
SetProperty |
Top