英語で読む

次の方法で共有


FieldType Enum

Definition

C++/CX
public enum class FieldType
Inheritance
FieldType
Attributes

Fields

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)

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022