다음을 통해 공유


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는 스레드로부터 안전합니다.

적용 대상