TypedConstantKind 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 TypedConstant 的类型。
public enum class TypedConstantKind
public enum TypedConstantKind
type TypedConstantKind =
Public Enum TypedConstantKind
- 继承
-
TypedConstantKind
字段
名称 | 值 | 说明 |
---|---|---|
Error | 0 | |
Primitive | 1 | |
Enum | 2 | |
Type | 3 | |
Array | 4 |