Share via


PropertyValue.CreateUInt8Array(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

參數

value

Byte[]

byte[]

要儲存在屬性值中的陣列。

傳回

Object

Platform::Object

IInspectable

屬性值。

適用於