_LIMITTOPICSOURCE Enum
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.
Specifies the limits of how keywords are searched for context help (in which IVsUserContexts are searched).
public enum class _LIMITTOPICSOURCE
public enum class _LIMITTOPICSOURCE
enum _LIMITTOPICSOURCE
public enum _LIMITTOPICSOURCE
type _LIMITTOPICSOURCE =
Public Enum _LIMITTOPICSOURCE
- Inheritance
-
_LIMITTOPICSOURCE
Fields
CCW_LimKwd_All | 2 | Uses all keywords (default). |
CCW_LimKwd_Last | 3 | The last keyword limitation. |
CCW_LimKwd_NoAmbient | 1 | Uses all keywords except Ambient. |
CCW_LimKwd_SelOnly | 0 | Only uses keywords from the topmost active context bag. |
Remarks
COM Signature
From context.idl: