FieldType Enum
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.
public enum class FieldType
C++/CX
public enum class FieldType
enum FieldType
[System.Runtime.InteropServices.ComVisible(false)]
public enum FieldType
[<System.Runtime.InteropServices.ComVisible(false)>]
type FieldType =
Public Enum FieldType
- Inheritance
-
FieldType
- Attributes
Name | Value | Description |
---|---|---|
Structure | 0 | A structure |
Bool | 1 | A boolean (8 bits wide) |
Byte | 2 | A byte (unsigned) |
Char | 3 | A Unicode character |
Short | 4 | A signed short (16 bits wide) |
Int | 5 | A integer (32 bits wide) |
Float | 6 | A short float (32 bits wide) |
Long | 7 | A long integer (64 bits wide) |
Double | 8 | A long float (64 bits wide) |
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |