PropertyValue.CreateInt16Array(Int16[]) Method

Definition

Creates a property value from an array of integers.

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

Parameters

value

Int16[]

short[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to