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