IVsUserContextCustomize Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |