PropertyValue.CreateInt16Array(Int16[]) 方法

定义

从整数数组创建属性值。

public:
 static Platform::Object ^ CreateInt16Array(Platform::Array <short> ^ value);
 static IInspectable CreateInt16Array(winrt::array_view <short> const& value);
public static object CreateInt16Array(short[] value);
function createInt16Array(value)
Public Shared Function CreateInt16Array (value As Short()) As Object

参数

value

Int16[]

short[]

要存储在属性值中的数组。

返回

Object

Platform::Object

IInspectable

属性值。

适用于