次の方法で共有


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

プロパティ値。

適用対象