IIsolatedStorageFile.OpenFileAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
OpenFileAsync(String, FileMode, FileAccess) |
供 Xamarin.Forms 平台內部使用。 |
OpenFileAsync(String, FileMode, FileAccess, FileShare) |
供 Xamarin.Forms 平台內部使用。 |
OpenFileAsync(String, FileMode, FileAccess)
供 Xamarin.Forms 平台內部使用。
public System.Threading.Tasks.Task<System.IO.Stream> OpenFileAsync (string path, System.IO.FileMode mode, System.IO.FileAccess access);
abstract member OpenFileAsync : string * System.IO.FileMode * System.IO.FileAccess -> System.Threading.Tasks.Task<System.IO.Stream>
參數
- path
- System.String
供 Xamarin.Forms 平台內部使用。
- mode
- System.IO.FileMode
供 Xamarin.Forms 平台內部使用。
- access
- System.IO.FileAccess
供 Xamarin.Forms 平台內部使用。
傳回
System.Threading.Tasks.Task<System.IO.Stream>
供 Xamarin.Forms 平台內部使用。
適用於
OpenFileAsync(String, FileMode, FileAccess, FileShare)
供 Xamarin.Forms 平台內部使用。
public System.Threading.Tasks.Task<System.IO.Stream> OpenFileAsync (string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share);
abstract member OpenFileAsync : string * System.IO.FileMode * System.IO.FileAccess * System.IO.FileShare -> System.Threading.Tasks.Task<System.IO.Stream>
參數
- path
- System.String
供 Xamarin.Forms 平台內部使用。
- mode
- System.IO.FileMode
供 Xamarin.Forms 平台內部使用。
- access
- System.IO.FileAccess
供 Xamarin.Forms 平台內部使用。
- share
- System.IO.FileShare
供 Xamarin.Forms 平台內部使用。
傳回
System.Threading.Tasks.Task<System.IO.Stream>
供 Xamarin.Forms 平台內部使用。