PropertyValue.CreateInt32Array(Int32[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從整數陣列建立屬性值。
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[]
要儲存在屬性值中的陣列。
傳回
屬性值。