Share via


PropertyValue.CreateUInt32(UInt32) 方法

定義

從不帶正負號的整數建立屬性值。

public:
 static Platform::Object ^ CreateUInt32(unsigned int value);
 static IInspectable CreateUInt32(uint32_t const& value);
public static object CreateUInt32(uint value);
function createUInt32(value)
Public Shared Function CreateUInt32 (value As UInteger) As Object

參數

value
UInt32

unsigned int

uint32_t

要儲存在屬性值中的值。

傳回

Object

Platform::Object

IInspectable

屬性值。

適用於