IPropertyValue 介面 (windows.foundation.h)
表示 Windows 執行階段 屬性存放區中的值。
繼承
IPropertyValue 介面繼承自 IInspectable。 IPropertyValue 也有下列類型的成員:
方法
IPropertyValue 介面具有這些方法。
IPropertyValue::get_Type 取得儲存在目前 IPropertyValue 物件中之值的數據類型。 |
IPropertyValue::GetBoolean 取得儲存在目前 IPropertyValue 物件中的 8 位布爾值。 |
IPropertyValue::GetBooleanArray 取得儲存在目前 IPropertyValue 物件中的 8 位布爾值陣列。 |
IPropertyValue::GetChar16 取得儲存在目前 IPropertyValue 物件中的 Unicode 字元。 |
IPropertyValue::GetChar16Array 取得儲存在目前 IPropertyValue 物件中的 Unicode 字元陣列。 |
IPropertyValue::GetDateTime 取得儲存在目前 IPropertyValue 物件中的 DateTime 值。 |
IPropertyValue::GetDateTimeArray 取得儲存在目前 IPropertyValue 物件中的 DateTime 值陣列。 |
IPropertyValue::GetDouble 取得儲存在目前 IPropertyValue 物件中的 64 位浮點值。 |
IPropertyValue::GetDoubleArray 取得儲存在目前 IPropertyValue 物件中的 64 位浮點值陣列。 |
IPropertyValue::GetGuid 取得儲存在目前 IPropertyValue 物件中的 GUID 值。 |
IPropertyValue::GetGuidArray 取得儲存在目前 IPropertyValue 物件中的 Guid 值陣列。 |
IPropertyValue::GetInspectableArray 取得目前 IPropertyValue 物件中儲存之 IInspectable 物件的指標數位。 |
IPropertyValue::GetInt32 取得儲存在目前 IPropertyValue 物件中的帶正負號 32 位整數值。 |
IPropertyValue::GetInt32Array 取得儲存在目前 IPropertyValue 物件中的帶正負號 32 位整數值的陣列。 |
IPropertyValue::GetInt64 取得儲存在目前 IPropertyValue 物件中的帶正負號 64 位整數值。 |
IPropertyValue::GetInt64Array 取得儲存在目前 IPropertyValue 物件中的帶正負號 64 位整數值的陣列。 |
IPropertyValue::GetPoint 取得儲存在目前 IPropertyValue 物件中的 Point 值。 |
IPropertyValue::GetPointArray 取得儲存在目前 IPropertyValue 物件中的 Point 值陣列。 |
IPropertyValue::GetRect 取得儲存在目前 IPropertyValue 物件中的 Rect 值。 |
IPropertyValue::GetRectArray 取得儲存在目前 IPropertyValue 物件中的 Rect 值陣列。 |
IPropertyValue::GetSingle 取得儲存在目前 IPropertyValue 物件中的 32 位浮點值。 |
IPropertyValue::GetSingleArray 取得儲存在目前 IPropertyValue 物件中的 32 位浮點值陣列。 |
IPropertyValue::GetSize 取得儲存在目前 IPropertyValue 物件中的 Size 值。 |
IPropertyValue::GetSizeArray 取得儲存在目前 IPropertyValue 物件中的 Size 值陣列。 |
IPropertyValue::GetString 取得儲存在目前 IPropertyValue 物件中的字串值。 |
IPropertyValue::GetStringArray 取得儲存在目前 IPropertyValue 物件中的字串值陣列。 |
IPropertyValue::GetTimeSpan 取得儲存在目前 IPropertyValue 物件中的 TimeSpan 值。 |
IPropertyValue::GetTimeSpanArray 取得儲存在目前 IPropertyValue 物件中的 TimeSpan 值陣列。 |
IPropertyValue::GetUInt32 取得儲存在目前 IPropertyValue 物件中的無符號 32 位整數值。 |
IPropertyValue::GetUInt32Array 取得儲存在目前 IPropertyValue 物件中的不帶正負號 32 位整數值的陣列。 |
IPropertyValue::GetUInt64 取得儲存在目前 IPropertyValue 物件中的無符號 64 位整數值。 |
IPropertyValue::GetUInt64Array 取得儲存在目前 IPropertyValue 物件中的不帶正負號 64 位整數值的陣列。 |
IPropertyValue::GetUInt8 取得儲存在目前 IPropertyValue 物件中的無符號 8 位整數值。 |
IPropertyValue::GetUInt8Array 取得儲存在目前 IPropertyValue 物件中的不帶正負號 8 位整數值的陣列。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 |
最低支援的伺服器 | Windows Server 2012 |
目標平台 | Windows |
標頭 | windows.foundation.h |