PropertyValue.CreateUInt64Array(UInt64[]) Method

Definition

Creates a property value from an array of unsigned integers.

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

Parameters

value

UInt64[]

unsigned long long[]

uint64_t[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to