StorageFile.OpenSequentialReadAsync 메서드

정의

파일 내용을 읽기 위해 현재 파일에 대한 순차 액세스 스트림을 엽니다.

public:
 virtual IAsyncOperation<IInputStream ^> ^ OpenSequentialReadAsync() = OpenSequentialReadAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IInputStream> OpenSequentialReadAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IInputStream> OpenSequentialReadAsync();
function openSequentialReadAsync()
Public Function OpenSequentialReadAsync () As IAsyncOperation(Of IInputStream)

반환

이 메서드가 완료되면 순차 액세스 스트림( IInputStream 형식)을 반환합니다.

구현

특성

적용 대상

추가 정보