TypeAttributes 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 type attributes.
This enumeration supports a bitwise combination of its member values.
public enum class TypeAttributes
[System.Flags]
public enum TypeAttributes
[<System.Flags>]
type TypeAttributes =
Public Enum TypeAttributes
- Inheritance
-
TypeAttributes
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No attributes specified. |
Class | 1 | The type specifies a class. |
Interface | 2 | The type specifies an interface. |
Enum | 4 | The type specifies an enum. |