AttributeScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the scope of an attribute.
public enum class AttributeScope
public enum class AttributeScope
enum AttributeScope
public enum AttributeScope
type AttributeScope =
Public Enum AttributeScope
- Inheritance
-
AttributeScope
Fields
Name | Value | Description |
---|---|---|
Global | 0 | Global scope. |
Language | 1 | Language scope. |
File | 2 | File scope. |