IIsolatedStorageFile.OpenFileAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OpenFileAsync(String, FileMode, FileAccess) |
For internal use by the Xamarin.Forms platform. |
OpenFileAsync(String, FileMode, FileAccess, FileShare) |
For internal use by the Xamarin.Forms platform. |
OpenFileAsync(String, FileMode, FileAccess)
For internal use by the Xamarin.Forms platform.
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>
Parameters
- path
- System.String
For internal use by the Xamarin.Forms platform.
- mode
- System.IO.FileMode
For internal use by the Xamarin.Forms platform.
- access
- System.IO.FileAccess
For internal use by the Xamarin.Forms platform.
Returns
For internal use by the Xamarin.Forms platform.
Applies to
OpenFileAsync(String, FileMode, FileAccess, FileShare)
For internal use by the Xamarin.Forms platform.
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>
Parameters
- path
- System.String
For internal use by the Xamarin.Forms platform.
- mode
- System.IO.FileMode
For internal use by the Xamarin.Forms platform.
- access
- System.IO.FileAccess
For internal use by the Xamarin.Forms platform.
- share
- System.IO.FileShare
For internal use by the Xamarin.Forms platform.
Returns
For internal use by the Xamarin.Forms platform.