Share via


PropertyValue.CreateUInt16Array(UInt16[]) Method

Definition

Creates a property value from an array of unsigned integers.

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

Parameters

value

UInt16[]

unsigned short[]

uint16_t[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to