Share via


TensorUInt32Bit.GetAsVectorView メソッド

定義

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

public:
 virtual IVectorView<unsigned int> ^ GetAsVectorView() = GetAsVectorView;
IVectorView<uint32_t> GetAsVectorView();
public IReadOnlyList<uint> GetAsVectorView();
function getAsVectorView()
Public Function GetAsVectorView () As IReadOnlyList(Of UInteger)

戻り値

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

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

注釈

Windows Server

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

スレッド セーフ

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

適用対象