PropertyValue.CreateInt32Array(Int32[]) Method

Definition

Creates a property value from an array of integers.

public:
 static Platform::Object ^ CreateInt32Array(Platform::Array <int> ^ value);
 static IInspectable CreateInt32Array(winrt::array_view <int> const& value);
public static object CreateInt32Array(int[] value);
function createInt32Array(value)
Public Shared Function CreateInt32Array (value As Integer()) As Object

Parameters

value

Int32[]

int[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to