PropertyValue.CreateChar16Array(Char[]) Method

Definition

Creates a property value from an array of Unicode characters.

public:
 static Platform::Object ^ CreateChar16Array(Platform::Array <char16> ^ value);
 static IInspectable CreateChar16Array(winrt::array_view <char16_t> const& value);
public static object CreateChar16Array(char[] value);
function createChar16Array(value)
Public Shared Function CreateChar16Array (value As Char()) As Object

Parameters

value

Char[]

char16[]

char16_t[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to