IPropertyValue interface (windows.foundation.h)

Represents a value in a Windows Runtime property store.

Inheritance

The IPropertyValue interface inherits from IInspectable. IPropertyValue also has these types of members:

Methods

The IPropertyValue interface has these methods.

 
IPropertyValue::get_Type

Gets the data type of the value that is stored in the current IPropertyValue object.
IPropertyValue::GetBoolean

Gets the 8-bit Boolean value that is stored in the current IPropertyValue object.
IPropertyValue::GetBooleanArray

Gets the array of 8-bit Boolean values that is stored in the current IPropertyValue object.
IPropertyValue::GetChar16

Gets the Unicode character that is stored in the current IPropertyValue object.
IPropertyValue::GetChar16Array

Gets the the array of Unicode characters that is stored in the current IPropertyValue object.
IPropertyValue::GetDateTime

Gets the DateTime value that is stored in the current IPropertyValue object.
IPropertyValue::GetDateTimeArray

Gets the array of DateTime values that is stored in the current IPropertyValue object.
IPropertyValue::GetDouble

Gets the 64-bit floating point value that is stored in the current IPropertyValue object.
IPropertyValue::GetDoubleArray

Gets the array of 64-bit floating point values that is stored in the current IPropertyValue object.
IPropertyValue::GetGuid

Gets the GUID value that is stored in the current IPropertyValue object.
IPropertyValue::GetGuidArray

Gets the array of Guid values that is stored in the current IPropertyValue object.
IPropertyValue::GetInspectableArray

Gets the array of pointers to IInspectable objects that is stored in the current IPropertyValue object.
IPropertyValue::GetInt32

Gets the signed 32-bit integer value that is stored in the current IPropertyValue object.
IPropertyValue::GetInt32Array

Gets the array of signed 32-bit integer values that is stored in the current IPropertyValue object.
IPropertyValue::GetInt64

Gets the signed 64-bit integer value that is stored in the current IPropertyValue object.
IPropertyValue::GetInt64Array

Gets the array of signed 64-bit integer values that is stored in the current IPropertyValue object.
IPropertyValue::GetPoint

Gets the Point value that is stored in the current IPropertyValue object.
IPropertyValue::GetPointArray

Gets the array of Point values that is stored in the current IPropertyValue object.
IPropertyValue::GetRect

Gets the Rect value that is stored in the current IPropertyValue object.
IPropertyValue::GetRectArray

Gets the array of Rect values that is stored in the current IPropertyValue object.
IPropertyValue::GetSingle

Gets the 32-bit floating point value that is stored in the current IPropertyValue object.
IPropertyValue::GetSingleArray

Gets the array of 32-bit floating point values that is stored in the current IPropertyValue object.
IPropertyValue::GetSize

Gets the Size value that is stored in the current IPropertyValue object.
IPropertyValue::GetSizeArray

Gets the array of Size values that is stored in the current IPropertyValue object.
IPropertyValue::GetString

Gets the string value that is stored in the current IPropertyValue object.
IPropertyValue::GetStringArray

Gets the array of string values that is stored in the current IPropertyValue object.
IPropertyValue::GetTimeSpan

Gets the TimeSpan value that is stored in the current IPropertyValue object.
IPropertyValue::GetTimeSpanArray

Gets the array of TimeSpan values that is stored in the current IPropertyValue object.
IPropertyValue::GetUInt32

Gets the unsigned 32-bit integer value that is stored in the current IPropertyValue object.
IPropertyValue::GetUInt32Array

Gets the array of unsigned 32-bit integer values that is stored in the current IPropertyValue object.
IPropertyValue::GetUInt64

Gets the unsigned 64-bit integer value that is stored in the current IPropertyValue object.
IPropertyValue::GetUInt64Array

Gets the array of unsigned 64-bit integer values that is stored in the current IPropertyValue object.
IPropertyValue::GetUInt8

Gets the unsigned 8-bit integer value that is stored in the current IPropertyValue object.
IPropertyValue::GetUInt8Array

Gets the array of unsigned 8-bit integer values that is stored in the current IPropertyValue object.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header windows.foundation.h

See also

IInspectable

IPropertyValueStatics

PropertyType