Bagikan melalui


PropertyValue.CreateInt64Array(Int64[]) Metode

Definisi

Membuat nilai properti dari array bilangan bulat.

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

Parameter

value

Int64[]

long long[]

long[]

Array yang akan disimpan dalam nilai properti.

Mengembalikan

Object

Platform::Object

IInspectable

Nilai properti.

Berlaku untuk