PropertyValue.CreateUInt16(UInt16) Method

Definition

Creates a property value from an unsigned integer.

public:
 static Platform::Object ^ CreateUInt16(unsigned short value);
 static IInspectable CreateUInt16(uint16_t const& value);
public static object CreateUInt16(ushort value);
function createUInt16(value)
Public Shared Function CreateUInt16 (value As UShort) As Object

Parameters

value
UInt16

unsigned short

uint16_t

The value to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to