Share via


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

屬性值。

適用於