_LIMITTOPICSOURCE Enumeration

Specifies the limits of how keywords are searched for context help (in which IVsUserContexts are searched).

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

Syntax

'Declaration
Public Enumeration _LIMITTOPICSOURCE
public enum _LIMITTOPICSOURCE
public enum class _LIMITTOPICSOURCE
type _LIMITTOPICSOURCE
public enum _LIMITTOPICSOURCE

Members

Member name Description
CCW_LimKwd_All Uses all keywords (default).
CCW_LimKwd_Last The last keyword limitation.
CCW_LimKwd_NoAmbient Uses all keywords except Ambient.
CCW_LimKwd_SelOnly Only uses keywords from the topmost active context bag.

Remarks

COM Signature

From context.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace