IVsUserContextCustomize Interface

Definition

Provides information about the extent of the context for keyword searches.

public interface class IVsUserContextCustomize
public interface class IVsUserContextCustomize
__interface IVsUserContextCustomize
[System.Runtime.InteropServices.Guid("0F817159-761D-447E-9600-4C3387F4C0FD")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsUserContextCustomize
[System.Runtime.InteropServices.Guid("0F817159-761D-447E-9600-4C3387F4C0FD")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUserContextCustomize
[<System.Runtime.InteropServices.Guid("0F817159-761D-447E-9600-4C3387F4C0FD")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsUserContextCustomize = interface
[<System.Runtime.InteropServices.Guid("0F817159-761D-447E-9600-4C3387F4C0FD")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUserContextCustomize = interface
Public Interface IVsUserContextCustomize
Attributes

Remarks

The information about context takes the form of a _LIMITTOPICSOURCE value.

Methods

GetLimitKeywordSource(Int32)

Gets the limits of how keywords are searched for context help.

Applies to