Bagikan melalui


PropertyValue.CreateInt32Array(Int32[]) Metode

Definisi

Membuat nilai properti dari array bilangan bulat.

public:
 static Platform::Object ^ CreateInt32Array(Platform::Array <int> ^ value);
 static IInspectable CreateInt32Array(winrt::array_view <int> const& value);
public static object CreateInt32Array(int[] value);
function createInt32Array(value)
Public Shared Function CreateInt32Array (value As Integer()) As Object

Parameter

value

Int32[]

int[]

Array yang akan disimpan dalam nilai properti.

Mengembalikan

Object

Platform::Object

IInspectable

Nilai properti.

Berlaku untuk