PropertyType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定屬性值類型。
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 | 可檢查值的陣列。 |
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 | 一組已排序的浮點 x 和 Y 座標,定義二維平面中的點。 |
PointArray | 1041 | Point結構的陣列。 |
Rect | 19 | 四個浮點數的組合,代表矩形的位置和大小。 |
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做為值。