Bagikan melalui


PropertyValue.CreateUInt8Array(Byte[]) Metode

Definisi

Membuat nilai properti dari array byte.

public:
 static Platform::Object ^ CreateUInt8Array(Platform::Array <byte> ^ value);
 static IInspectable CreateUInt8Array(winrt::array_view <byte> const& value);
public static object CreateUInt8Array(byte[] value);
function createUInt8Array(value)
Public Shared Function CreateUInt8Array (value As Byte()) As Object

Parameter

value

Byte[]

byte[]

Array untuk disimpan dalam nilai properti.

Mengembalikan

Object

Platform::Object

IInspectable

Nilai properti.

Berlaku untuk