PropertyValue.CreateUInt32(UInt32) Method

Definition

Creates a property value from an unsigned integer.

public:
 static Platform::Object ^ CreateUInt32(unsigned int value);
 static IInspectable CreateUInt32(uint32_t const& value);
public static object CreateUInt32(uint value);
function createUInt32(value)
Public Shared Function CreateUInt32 (value As UInteger) As Object

Parameters

value
UInt32

unsigned int

uint32_t

The value to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to