PropertyValue.CreateUInt32Array(UInt32[]) 方法

定义

从无符号整数数组创建属性值。

public:
 static Platform::Object ^ CreateUInt32Array(Platform::Array <unsigned int> ^ value);
 static IInspectable CreateUInt32Array(winrt::array_view <uint32_t> const& value);
public static object CreateUInt32Array(uint[] value);
function createUInt32Array(value)
Public Shared Function CreateUInt32Array (value As UInteger()) As Object

参数

value

UInt32[]

unsigned int[]

uint32_t[]

要存储在属性值中的数组。

返回

Object

Platform::Object

IInspectable

属性值。

适用于