PropertyValue.CreateUInt32Array(UInt32[]) Method

Definition

Creates a property value from an array of unsigned integers.

public:
 static Platform::Object ^ CreateUInt32Array(Platform::Array <unsigned int> ^ value);
 static IInspectable CreateUInt32Array(winrt::array_view <uint32_t> const& value);
public static object CreateUInt32Array(uint[] value);
function createUInt32Array(value)
Public Shared Function CreateUInt32Array (value As UInteger()) As Object

Parameters

value

UInt32[]

unsigned int[]

uint32_t[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to