iPropertyValue 接口 (windows.foundation.h)

表示Windows 运行时属性存储中的值。

继承

IPropertyValue 接口继承自 IInspectableIPropertyValue 还具有以下类型的成员:

方法

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

另请参阅

IInspectable

IPropertyValueStatics

PropertyType