AttributeScope Enumeration
Specifies the scope of an attribute.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
Public Enumeration AttributeScope
Dim instance As AttributeScope
public enum AttributeScope
public enum class AttributeScope
public enum AttributeScope
Members
Member name | Description | |
---|---|---|
Global | Global scope. | |
Language | Language scope. | |
File | File scope. |
Remarks
The AttributeScope enumeration defines the scope of an attribute.