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

属性值。

适用于