OpenFileRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
OpenFileRequest() |
使用现有文件打开请求。 |
OpenFileRequest(String, FileBase) |
使用现有文件打开请求。 |
OpenFileRequest(String, ReadOnlyFile) |
使用现有文件打开请求。 |
OpenFileRequest()
使用现有文件打开请求。
public OpenFileRequest ();
适用于
OpenFileRequest(String, FileBase)
使用现有文件打开请求。
public OpenFileRequest (string title, Xamarin.Essentials.FileBase file);
参数
- title
- System.String
在打开的对话框中显示的标题(如果可用)。
- file
- FileBase
要打开的文件。
适用于
OpenFileRequest(String, ReadOnlyFile)
使用现有文件打开请求。
public OpenFileRequest (string title, Xamarin.Essentials.ReadOnlyFile file);
参数
- title
- System.String
在打开的对话框中显示的标题(如果可用)。
- file
- ReadOnlyFile
要打开的文件。