IVsUserContextItemProvider Interface

Definition

Defines a provider of context-sensitive Help items. Implement your provider and register it with the RegisterItemProvider(IVsUserContextItemProvider, UInt32) method of the IVsMonitorUserContext interface.

public interface class IVsUserContextItemProvider
public interface class IVsUserContextItemProvider
__interface IVsUserContextItemProvider
[System.Runtime.InteropServices.Guid("715C98B7-05FB-4A1A-86C8-FF00CE2E5D64")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsUserContextItemProvider
[System.Runtime.InteropServices.Guid("715C98B7-05FB-4A1A-86C8-FF00CE2E5D64")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUserContextItemProvider
[<System.Runtime.InteropServices.Guid("715C98B7-05FB-4A1A-86C8-FF00CE2E5D64")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsUserContextItemProvider = interface
[<System.Runtime.InteropServices.Guid("715C98B7-05FB-4A1A-86C8-FF00CE2E5D64")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUserContextItemProvider = interface
Public Interface IVsUserContextItemProvider
Attributes

Methods

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.

Applies to