VSUSERCONTEXTATTRIBUTEUSAGE Enumeration

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum VSUSERCONTEXTATTRIBUTEUSAGE

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

Return to top
Show: