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
'Usage
Dim instance As VSUSERCONTEXTATTRIBUTEUSAGE
public enum VSUSERCONTEXTATTRIBUTEUSAGE
public enum class 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. The topic corresponding to this keyword shows in the Dynamic Help window.
VSUC_Usage_LookupF1 F1 keyword is pushed into the context bag. The topic corresponding to this keyword shows in the Dynamic Help window and is used to find F1 topics.
VSUC_Usage_Lookup_CaseSensitive VSUC_Usage_Lookup with case sensitivity.
VSUC_Usage_LookupF1_CaseSensitive VSUC_Usage_LookupF1 with case sensitivity.

Remarks

COM Signature

From context.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace