PropertyValue.CreateUInt32(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 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
The property value.