PropertyValue.CreateUInt16(UInt16) 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 ^ 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
The property value.