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)

Syntax

'Declaration
Public Enumeration VSUSERCONTEXTATTRIBUTEUSAGE
public enum VSUSERCONTEXTATTRIBUTEUSAGE
public enum class VSUSERCONTEXTATTRIBUTEUSAGE
type VSUSERCONTEXTATTRIBUTEUSAGE
public enum VSUSERCONTEXTATTRIBUTEUSAGE

Members

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_LookupF1 F1 keyword is pushed into the context bag.
VSUC_Usage_Lookup_CaseSensitive VSUC_Usage_Lookup with case sensitivity.
VSUC_Usage_LookupF1_CaseSensitive VSUC_Usage_LookupF1 with case sensitivity.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace