次の方法で共有


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 プラットフォームによる内部使用向け。

適用対象