PropertyValue.CreateInt64Array(Int64[]) Method

Definition

Creates a property value from an array of integers.

public:
 static Platform::Object ^ CreateInt64Array(Platform::Array <long long> ^ value);
 static IInspectable CreateInt64Array(winrt::array_view <long> const& value);
public static object CreateInt64Array(long[] value);
function createInt64Array(value)
Public Shared Function CreateInt64Array (value As Long()) As Object

Parameters

value

Int64[]

long long[]

long[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to