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
type 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.