IPropertyValue.GetUInt8Array(Byte[]) Method

Definition

Returns the array of byte values stored as a property value.

void GetUInt8Array([Out] winrt::array_view <byte> const& & value);
public void GetUInt8Array(out byte[] value);
Public Sub GetUInt8Array (ByRef value As Byte())

Parameters

value

Byte[]

byte[]

The array of values.

Applies to