PropertyValue.CreateUInt16Array(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 array of unsigned integers.
public:
static Platform::Object ^ CreateUInt16Array(Platform::Array <unsigned short> ^ value);
static IInspectable CreateUInt16Array(winrt::array_view <uint16_t> const& value);
public static object CreateUInt16Array(ushort[] value);
function createUInt16Array(value)
Public Shared Function CreateUInt16Array (value As UShort()) As Object
Parameters
- value
-
UInt16[]
unsigned short[]
uint16_t[]
The array to store in the property value.
Returns
The property value.