_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)

public enum _LIMITTOPICSOURCE

Member nameDescription
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.

From context.idl:

Return to top
Show: