IVsUserContextCustomize Interface

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

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<GuidAttribute("0F817159-761D-447E-9600-4C3387F4C0FD")> _
<InterfaceTypeAttribute()> _
Public Interface IVsUserContextCustomize
[GuidAttribute("0F817159-761D-447E-9600-4C3387F4C0FD")]
[InterfaceTypeAttribute()]
public interface IVsUserContextCustomize
[GuidAttribute(L"0F817159-761D-447E-9600-4C3387F4C0FD")]
[InterfaceTypeAttribute()]
public interface class IVsUserContextCustomize
[<GuidAttribute("0F817159-761D-447E-9600-4C3387F4C0FD")>]
[<InterfaceTypeAttribute()>]
type IVsUserContextCustomize =  interface end
public interface IVsUserContextCustomize

The IVsUserContextCustomize type exposes the following members.

Methods

  Name Description
Public method GetLimitKeywordSource

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace