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
'Declaration
Public Enumeration AttributeScope
public enum AttributeScope
public enum class AttributeScope
type AttributeScope
public enum AttributeScope
Members
Member name | Description | |
---|---|---|
File | File scope. | |
Global | Global scope. | |
Language | Language scope. |
Remarks
The AttributeScope enumeration defines the scope of an attribute.