AttributeScope Enumeration

 

Specifies the scope of an attribute.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public enum AttributeScope

Member nameDescription
File

File scope.

Global

Global scope.

Language

Language scope.

The AttributeScope enumeration defines the scope of an attribute.

Return to top
Show: