다음을 통해 공유


TensorInt64Bit.GetAsVectorView 메서드

정의

데이터의 읽기 전용 보기를 반환합니다.

public:
 virtual IVectorView<long long> ^ GetAsVectorView() = GetAsVectorView;
IVectorView<long> GetAsVectorView();
public IReadOnlyList<long> GetAsVectorView();
function getAsVectorView()
Public Function GetAsVectorView () As IReadOnlyList(Of Long)

반환

IVectorView<Int64>

IReadOnlyList<Int64>

Windows.Foundation.Collections.IVectorView

IVectorView<long>

데이터의 읽기 전용 보기입니다.

설명

Windows Server

Windows Server에서 이 API를 사용하려면 데스크톱 환경에서 Windows Server 2019를 사용해야 합니다.

스레드로부터의 안전성

이 API는 스레드로부터 안전합니다.

적용 대상