Share via


PropertyValue.CreateUInt16Array(UInt16[]) Metodo

Definizione

Crea un valore di proprietà da una matrice di interi senza segno.

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

Parametri

value

UInt16[]

unsigned short[]

uint16_t[]

Matrice da archiviare nel valore della proprietà.

Restituisce

Object

Platform::Object

IInspectable

Valore della proprietà.

Si applica a