共用方式為


PropertyValue.CreateInt32Array(Int32[]) 方法

定義

從整數陣列建立屬性值。

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

參數

value

Int32[]

int[]

要儲存在屬性值中的陣列。

傳回

Object

Platform::Object

IInspectable

屬性值。

適用於