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

属性值。

适用于