VSUSERCONTEXTATTRIBUTEUSAGE 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 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
Name | Value | Description |
---|---|---|
VSUC_Usage_Filter | 0 | Attribute is pushed into the context bag. |
VSUC_Usage_Lookup | 1 | Keyword is pushed into the context bag. |
VSUC_Usage_LookupF1 | 2 | F1 keyword is pushed into the context bag. |
VSUC_Usage_Lookup_CaseSensitive | 3 |
|
VSUC_Usage_LookupF1_CaseSensitive | 4 |
|