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

属性值。

适用于