Sdílet prostřednictvím


FileBase.OpenReadAsync Metoda

Definice

Stream Otevře odpovídající soubor v systému souborů.

public:
 System::Threading::Tasks::Task<System::IO::Stream ^> ^ OpenReadAsync();
public System.Threading.Tasks.Task<System.IO.Stream> OpenReadAsync ();
member this.OpenReadAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
Public Function OpenReadAsync () As Task(Of Stream)

Návraty

A Stream obsahující data souboru.

Platí pro