IPropertyValue.GetUInt16Array(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.
Returns the array of unsigned integer values stored as a property value.
void GetUInt16Array([Out] winrt::array_view <uint16_t> const& & value);
public void GetUInt16Array(out ushort[] value);
Public Sub GetUInt16Array (ByRef value As UShort())
Parameters
- value
-
UInt16[]
uint16_t[]
The array of values.