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
Public method GetProperty
Public method KeywordLookup
Public method LookupEnabled
Public method PackedAttributeLookup
Public method SetProperty

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace