PropertyValue.CreateInt16(Int16) Method

Definition

Creates a property value from an integer.

public:
 static Platform::Object ^ CreateInt16(short value);
 static IInspectable CreateInt16(short const& value);
public static object CreateInt16(short value);
function createInt16(value)
Public Shared Function CreateInt16 (value As Short) As Object

Parameters

value
Int16

short

The value to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to