VSUSERCONTEXTATTRIBUTEUSAGE Enum

Definition

Specifies whether an attribute or keyword is pushed into the context bag.

public enum class VSUSERCONTEXTATTRIBUTEUSAGE
public enum class VSUSERCONTEXTATTRIBUTEUSAGE
enum VSUSERCONTEXTATTRIBUTEUSAGE
public enum VSUSERCONTEXTATTRIBUTEUSAGE
type VSUSERCONTEXTATTRIBUTEUSAGE = 
Public Enum VSUSERCONTEXTATTRIBUTEUSAGE
Inheritance
VSUSERCONTEXTATTRIBUTEUSAGE

Fields

VSUC_Usage_Filter 0

Attribute is pushed into the context bag.

VSUC_Usage_Lookup 1

Keyword is pushed into the context bag.

VSUC_Usage_Lookup_CaseSensitive 3

VSUC_Usage_Lookup with case sensitivity.

VSUC_Usage_LookupF1 2

F1 keyword is pushed into the context bag.

VSUC_Usage_LookupF1_CaseSensitive 4

VSUC_Usage_LookupF1 with case sensitivity.

Applies to