VSUSERCONTEXTATTRIBUTEUSAGE Enumeration
Visual Studio 2015
Specifies whether an attribute or keyword is pushed into the context bag.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSUC_Usage_Filter | Attribute is pushed into the context bag. | |
| VSUC_Usage_Lookup | Keyword is pushed into the context bag. | |
| VSUC_Usage_Lookup_CaseSensitive | VSUC_Usage_Lookup with case sensitivity. | |
| VSUC_Usage_LookupF1 | F1 keyword is pushed into the context bag. | |
| VSUC_Usage_LookupF1_CaseSensitive | VSUC_Usage_LookupF1 with case sensitivity. |
Show: