PropertyValue.CreateUInt16Array(UInt16[]) 方法

定义

从无符号整数数组创建属性值。

public:
 static Platform::Object ^ CreateUInt16Array(Platform::Array <unsigned short> ^ value);
 static IInspectable CreateUInt16Array(winrt::array_view <uint16_t> const& value);
public static object CreateUInt16Array(ushort[] value);
function createUInt16Array(value)
Public Shared Function CreateUInt16Array (value As UShort()) As Object

参数

value

UInt16[]

unsigned short[]

uint16_t[]

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

返回

Object

Platform::Object

IInspectable

属性值。

适用于