次の方法で共有


TensorUInt16Bit.GetAsVectorView メソッド

定義

データの読み取り専用ビューを返します。

public:
 virtual IVectorView<unsigned short> ^ GetAsVectorView() = GetAsVectorView;
IVectorView<uint16_t> GetAsVectorView();
public IReadOnlyList<ushort> GetAsVectorView();
function getAsVectorView()
Public Function GetAsVectorView () As IReadOnlyList(Of UShort)

戻り値

IVectorView<UInt16>

IReadOnlyList<UInt16>

Windows.Foundation.Collections.IVectorView

IVectorView<uint16_t>

データの読み取り専用ビュー。

注釈

Windows Server

Windows Server でこの API を使用するには、Windows Server 2019 とデスクトップ エクスペリエンスを使用する必要があります。

スレッド セーフ

この API はスレッド セーフです。

適用対象