指定代表內建類型的數值分類。
語法
enum class TypeCode {};
成員
| 類型程式碼 | 描述 |
|---|---|
| 布林值 | Platform::Boolean 類型。 |
| Char16 | default::char16 類型。 |
| Datetime | DateTime 型別。 |
| Decimal | 數字類型。 |
| 雙重 | default::float64 類型。 |
| 空的 | Void |
| Int16 | default::int16 類型。 |
| Int32 | default::int32 類型。 |
| Int64 | default::int64 類型。 |
| Int8 | default::int8 類型。 |
| Object | Platform::Object 類型。 |
| Single | default::float32 類型。 |
| String | Platform::String 類型。 |
| UInt16 | default::uint16 類型。 |
| UInt32 | default::uint32 類型。 |
| UInt64 | default::uint64 類型。 |
| UInt8 | default::uint8 類型。 |
需求
最低支援用戶端: Windows 8
最低支援伺服器: Windows Server 2012
命名空間: Platform
中繼資料: platform.winmd