Share via


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

屬性值。

適用於