Represents a value in a Windows Runtime property store.
Members
The IPropertyValue interface inherits from IInspectable. IPropertyValue also has these types of members:
Methods
The IPropertyValue interface has these methods.
| Method | Description |
|---|---|
| GetBoolean |
Gets the 8-bit Boolean value that is stored in the current IPropertyValue object. |
| GetBooleanArray |
Gets the array of 8-bit Boolean values that is stored in the current IPropertyValue object. |
| GetChar16 |
Gets the Unicode character that is stored in the current IPropertyValue object. |
| GetChar16Array |
Gets the the array of Unicode characters that is stored in the current IPropertyValue object. |
| GetDateTime |
Gets the DateTime value that is stored in the current IPropertyValue object. |
| GetDateTimeArray |
Gets the array of DateTime values that is stored in the current IPropertyValue object. |
| GetDouble |
Gets the 64-bit floating point value that is stored in the current IPropertyValue object. |
| GetDoubleArray |
Gets the array of 64-bit floating point values that is stored in the current IPropertyValue object. |
| GetGuid |
Gets the GUID value that is stored in the current IPropertyValue object. |
| GetGuidArray |
Gets the array of Guid values that is stored in the current IPropertyValue object. |
| GetInspectable |
Gets a pointer to the IInspectable object that is stored in the current IPropertyValue object. |
| GetInspectableArray |
Gets the array of pointers to IInspectable objects that is stored in the current IPropertyValue object. |
| GetInt32 |
Gets the signed 32-bit integer value that is stored in the current IPropertyValue object. |
| GetInt32Array |
Gets the array of signed 32-bit integer values that is stored in the current IPropertyValue object. |
| GetInt64 |
Gets the signed 64-bit integer value that is stored in the current IPropertyValue object. |
| GetInt64Array |
Gets the array of signed 64-bit integer values that is stored in the current IPropertyValue object. |
| GetPoint |
Gets the Point value that is stored in the current IPropertyValue object. |
| GetPointArray |
Gets the array of Point values that is stored in the current IPropertyValue object. |
| GetRect |
Gets the Rect value that is stored in the current IPropertyValue object. |
| GetRectArray |
Gets the array of Rect values that is stored in the current IPropertyValue object. |
| GetSingle |
Gets the 32-bit floating point value that is stored in the current IPropertyValue object. |
| GetSingleArray |
Gets the array of 32-bit floating point values that is stored in the current IPropertyValue object. |
| GetSize |
Gets the Size value that is stored in the current IPropertyValue object. |
| GetSizeArray |
Gets the array of Size values that is stored in the current IPropertyValue object. |
| GetString |
Gets the string value that is stored in the current IPropertyValue object. |
| GetStringArray |
Gets the array of string values that is stored in the current IPropertyValue object. |
| GetTimeSpan |
Gets the TimeSpan value that is stored in the current IPropertyValue object. |
| GetTimeSpanArray |
Gets the array of TimeSpan values that is stored in the current IPropertyValue object. |
| GetUInt32 |
Gets the unsigned 32-bit integer value that is stored in the current IPropertyValue object. |
| GetUInt32Array |
Gets the array of unsigned 32-bit integer values that is stored in the current IPropertyValue object. |
| GetUInt64 |
Gets the unsigned 64-bit integer value that is stored in the current IPropertyValue object. |
| GetUInt64Array |
Gets the array of unsigned 64-bit integer values that is stored in the current IPropertyValue object. |
| GetUInt8 |
Gets the unsigned 8-bit integer value that is stored in the current IPropertyValue object. |
| GetUInt8Array |
Gets the array of unsigned 8-bit integer values that is stored in the current IPropertyValue object. |
Properties
The IPropertyValue interface has these properties.
| Property | Description |
|---|---|
|
Gets the data type of the value that is stored in the current IPropertyValue object. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Header |
|
|
IDL |
|
See also
Build date: 11/28/2012