vsContextAttributes Enumeration

Represents context attributes.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("59286EDC-D580-4E22-96C9-44D15B6148CC")> _
Public Enumeration vsContextAttributes
'Usage
Dim instance As vsContextAttributes
[GuidAttribute("59286EDC-D580-4E22-96C9-44D15B6148CC")]
public enum vsContextAttributes
[GuidAttribute(L"59286EDC-D580-4E22-96C9-44D15B6148CC")]
public enum class vsContextAttributes
public enum vsContextAttributes

Members

Member name Description
vsContextAttributesGlobal Global context attribute
vsContextAttributesWindow Window context attribute
vsContextAttributesHighPriority High-priority context attribute

See Also

Reference

EnvDTE Namespace