메소드 | 설명 | |
---|---|---|
AddCommand ( this dialog, string label, System.Action action ) : |
添加一个命令到对话框。
|
|
ShowAsyncEnqueue ( this dialog ) : Task |
将对话框加入显示队列。
|
|
ShowAsyncIfPossible ( this dialog ) : Task |
如果可以的话,则显示对话框。
|
public static AddCommand ( this dialog, string label, System.Action action ) : |
||
dialog | this | 对话框。 |
label | string | 命令文本。 |
action | System.Action | 命令动作。 |
리턴 |
public static ShowAsyncEnqueue ( this dialog ) : Task |
||
dialog | this | 对话框。 |
리턴 | Task |
public static ShowAsyncIfPossible ( this dialog ) : Task |
||
dialog | this | 对话框。 |
리턴 | Task |