PropertyValue.CreateInt16Array(Int16[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The property value.