Share via


PropertyValue.CreateUInt64Array(UInt64[]) 方法

定義

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

public:
 static Platform::Object ^ CreateUInt64Array(Platform::Array <unsigned long long> ^ value);
 static IInspectable CreateUInt64Array(winrt::array_view <uint64_t> const& value);
public static object CreateUInt64Array(ulong[] value);
function createUInt64Array(value)
Public Shared Function CreateUInt64Array (value As ULong()) As Object

參數

value

UInt64[]

unsigned long long[]

uint64_t[]

要儲存在 屬性值中的陣列。

傳回

Object

Platform::Object

IInspectable

屬性值。

適用於