IPropertyValue.GetChar16Array(Char[]) 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 Unicode characters stored as a property value.
void GetChar16Array([Out] winrt::array_view <char16_t> const& & value);
public void GetChar16Array(out char[] value);
Public Sub GetChar16Array (ByRef value As Char())
Parameters
- value
-
Char[]
char16_t[]
The array of values.