共用方式為


IIsolatedStorageFile.OpenFileAsync 方法

定義

多載

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 平台內部使用。

適用於