Share via


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
'Usage
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.

See Also

Reference

Microsoft.VisualStudio.Shell.Design Namespace