PropertyValue.CreateUInt32Array(UInt32[]) 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 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
The property value.