PropertyType 列挙型

定義

プロパティ値の型を指定します。

public enum class PropertyType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
enum class PropertyType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public enum PropertyType
var value = Windows.Foundation.PropertyType.empty
Public Enum PropertyType
継承
PropertyType
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.FoundationContract (v1.0 で導入)

フィールド

Boolean 11

true または false のみを指定できる値。

BooleanArray 1035

ブール値の配列。

Char16 10

符号なし 16 ビット (2 バイト) のコード ポイント。

Char16Array 1034

Char 値の配列。

DateTime 14

一時的な時間。通常は日付と時刻として表されます。

DateTimeArray 1038

DateTime 値の配列。

Double 9

符号付き 64 ビット (8 バイト) 浮動小数点数。

DoubleArray 1033

Double 値の配列。

Empty 0

型は指定されません。

Guid 16

グローバル一意識別子。

GuidArray 1040

Guid 値の配列。

Inspectable 13

IInspectable インターフェイスを実装する オブジェクト。

InspectableArray 1037

Inspectable 値の配列。

Int16 2

符号付き 16 ビット (2 バイト) 整数。

Int16Array 1026

Int16 値の配列。

Int32 4

符号付き 32 ビット (4 バイト) 整数。

Int32Array 1028

Int32 値の配列。

Int64 6

符号付き 64 ビット (8 バイト) 整数。

Int64Array 1030

Int64 値の配列。

OtherType 20

この列挙型で指定されていない型。

OtherTypeArray 1044

指定されていない型の配列。

Point 17

2 次元平面内の点を定義する浮動小数点 x 座標と y 座標の順序付きペア。

PointArray 1041

Point 構造体の配列。

Rect 19

四角形の位置とサイズを表す 4 つ浮動小数点数のセット。

RectArray 1043

Rect 構造体の配列。

Single 8

符号付き 32 ビット (4 バイト) 浮動小数点数。

SingleArray 1032

Single 値の配列。

Size 18

高さと幅を指定する浮動小数点数の順序付きペア。

SizeArray 1042

Size 構造体の配列。

String 12

Windows ランタイム HSTRING

StringArray 1036

String 値の配列。

TimeSpan 15

時間間隔。

TimeSpanArray 1039

TimeSpan 値の配列。

UInt16 3

符号なし 16 ビット (2 バイト) 整数。

UInt16Array 1027

UInt16 値の配列。

UInt32 5

符号なし 32 ビット (4 バイト) の整数。

UInt32Array 1029

UInt32 値の配列。

UInt64 7

符号なし 64 ビット (8 バイト) の整数。

UInt64Array 1031

UInt64 値の配列。

UInt8 1

バイト。

UInt8Array 1025

Byte 値の配列。

注釈

この列挙体は、 IPropertyValue.Type および BitmapTypedValue.Type によって値として使用されます。

適用対象

こちらもご覧ください