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 是线程安全的。

适用于