IPropertyValue.GetChar16Array(Char[]) Método

Definición

Devuelve la matriz de caracteres Unicode almacenados como un valor de propiedad.

void GetChar16Array([Out] winrt::array_view <char16_t> const& & value);
public void GetChar16Array(out char[] value);
Public Sub GetChar16Array (ByRef value As Char())

Parámetros

value

Char[]

char16_t[]

Matriz de valores.

Se aplica a