다음을 통해 공유


FileRandomAccessStream.Seek(UInt64) 메서드

정의

스트림의 위치를 지정된 값으로 설정합니다.

public:
 virtual void Seek(unsigned long long position) = Seek;
void Seek(uint64_t const& position);
public void Seek(ulong position);
function seek(position)
Public Sub Seek (position As ULong)

매개 변수

position
UInt64

unsigned long long

uint64_t

스트림의 새 위치입니다.

구현

M:Windows.Storage.Streams.IRandomAccessStream.Seek(System.UInt64) M:Windows.Storage.Streams.IRandomAccessStream.Seek(unsigned long long) M:Windows.Storage.Streams.IRandomAccessStream.Seek(uint64_t)

적용 대상