PropertyValue.CreateChar16Array Method

Creates a property value from an array of Unicode characters.

Syntax

public:
static Object^ CreateChar16Array(
         Array<char16>^ value
)  

Parameters

value
Type: char16 

  The array to store in the property value.

Return value

Type: Object 

  The property value.

Remarks

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

PropertyValue Class

PropertyValue Members

Windows.Foundation Namespace