CPF api文档
CPF api文档
CPF.Platform
RuntimePlatform 类
RuntimePlatform 方法
CreateNative 方法
CreatePopup 方法
CreateWindow 方法
DoDragDrop 方法
GetAllScreen 方法
GetClipboard 方法
GetCursor 方法
GetSynchronizationContext 方法
Hotkey 方法
Run 方法
ShowFileDialogAsync 方法
ShowFolderDialogAsync 方法
RuntimePlatform
ShowFileDialogAsync 方法
文件对话框
命名空间:
CPF.Platform
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
复制
public
abstract
Task
<
string
[]>
ShowFileDialogAsync
(
FileDialog
dialog
,
IWindowImpl
parent
)
参数
dialog
类型:
CPF.Controls
FileDialog
The details of the file dialog to show.
parent
类型:
CPF.Platform
IWindowImpl
The parent window.
返回值
类型:
Task
String
A task returning the selected filenames.
参见
引用
RuntimePlatform 类
CPF.Platform 命名空间