共用方式為


IPropertyValueStatics 介面 (windows.foundation.h)

建立 IPropertyValue 物件,您可以在屬性存放區中儲存。

繼承

IPropertyValueStatics 介面繼承自 IInspectableIPropertyValueStatics 也有下列類型的成員:

方法

IPropertyValueStatics 介面具有這些方法。

 
IPropertyValueStatics::CreateBoolean

建立新的 IPropertyValue 物件,其中包含指定的 8 位布爾值。
IPropertyValueStatics::CreateBooleanArray

建立新的 IPropertyValue 物件,其中包含指定之 8 位布爾值陣列。
IPropertyValueStatics::CreateChar16

建立新的 IPropertyValue 物件,其中包含指定的 Unicode 字元。
IPropertyValueStatics::CreateChar16Array

建立新的 IPropertyValue 物件,其中包含 Unicode 字元的指定數位。
IPropertyValueStatics::CreateDateTime

建立新的 IPropertyValue 物件,其中包含指定的 DateTime 值。
IPropertyValueStatics::CreateDateTimeArray

建立新的 IPropertyValue 物件,其中包含指定的 DateTime 值陣列。
IPropertyValueStatics::CreateDouble

建立新的 IPropertyValue 物件,其中包含指定的 64 位浮點值。
IPropertyValueStatics::CreateDoubleArray

建立新的 IPropertyValue 物件,其中包含 64 位浮點值的指定數位。
IPropertyValueStatics::CreateEmpty

建立代表空值的新 IPropertyValue 物件。
IPropertyValueStatics::CreateGuid

建立新的 IPropertyValue 物件,其中包含指定的 GUID 值。
IPropertyValueStatics::CreateGuidArray

建立新的 IPropertyValue 物件,其中包含指定的 Guid 值陣列。
IPropertyValueStatics::CreateInspectable

建立新的 IPropertyValue 物件,其中包含指定的 IInspectable 物件。
IPropertyValueStatics::CreateInspectableArray

建立新的 IPropertyValue 物件,其中包含指定的 IInspectable 物件陣列。
IPropertyValueStatics::CreateInt32

建立新的 IPropertyValue 物件,其中包含指定的帶正負號的 32 位整數值。
IPropertyValueStatics::CreateInt32Array

建立新的 IPropertyValue 物件,其中包含帶正負號 32 位整數值的指定數位。
IPropertyValueStatics::CreateInt64

建立新的 IPropertyValue 物件,其中包含指定的帶正負號的 64 位整數值。
IPropertyValueStatics::CreateInt64Array

建立新的 IPropertyValue 物件,其中包含帶正負號 64 位整數值的指定數位。
IPropertyValueStatics::CreatePoint

建立新的 IPropertyValue 物件,其中包含指定的 Point 值。
IPropertyValueStatics::CreatePointArray

建立新的 IPropertyValue 物件,其中包含 Point 值的指定數位。
IPropertyValueStatics::CreateRect

建立新的 IPropertyValue 物件,其中包含指定的 Rect 值。
IPropertyValueStatics::CreateRectArray

建立新的 IPropertyValue 物件,其中包含 Rect 值的指定數位。
IPropertyValueStatics::CreateSingle

建立新的 IPropertyValue 物件,其中包含指定的 32 位浮點值。
IPropertyValueStatics::CreateSingleArray

建立新的 IPropertyValue 物件,其中包含 32 位浮點值的指定數位。
IPropertyValueStatics::CreateSize

建立新的 IPropertyValue 物件,其中包含指定的 Size 值。
IPropertyValueStatics::CreateSizeArray

建立新的 IPropertyValue 物件,其中包含指定的 Size 值陣列。
IPropertyValueStatics::CreateString

建立新的 IPropertyValue 物件,其中包含指定的字串值。
IPropertyValueStatics::CreateStringArray

建立新的 IPropertyValue 物件,其中包含指定的字串值陣列。
IPropertyValueStatics::CreateTimeSpan

建立新的 IPropertyValue 物件,其中包含指定的 TimeSpan 值。
IPropertyValueStatics::CreateTimeSpanArray

建立新的 IPropertyValue 物件,其中包含指定的 TimeSpan 值陣列。
IPropertyValueStatics::CreateUInt32

建立新的 IPropertyValue 物件,其中包含指定的不帶正負號 32 位整數值。
IPropertyValueStatics::CreateUInt32Array

建立新的 IPropertyValue 物件,其中包含未帶正負號 32 位整數值的指定陣列。
IPropertyValueStatics::CreateUInt64

建立新的 IPropertyValue 物件,其中包含指定的不帶正負號 64 位整數值。
IPropertyValueStatics::CreateUInt64Array

建立新的 IPropertyValue 物件,其中包含未帶正負號 64 位整數值的指定陣列。
IPropertyValueStatics::CreateUInt8

建立新的 IPropertyValue 物件,其中包含指定的不帶正負號 8 位整數值。
IPropertyValueStatics::CreateUInt8Array

建立新的 IPropertyValue 物件,其中包含未帶正負號 8 位整數值的指定陣列。

規格需求

需求
最低支援的用戶端 Windows 8
最低支援的伺服器 Windows Server 2012
目標平台 Windows
標頭 windows.foundation.h

另請參閱

IInspectable

IPropertyValue