PropertyValue.CreateUInt8Array Method

Creates a property value from an array of bytes.

Syntax

public:
static Object^ CreateUInt8Array(
         Array<unsigned char>^ value
)  

Parameters

value
Type: unsigned char 

  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