C# Class SoftwareKobo.UniversalToolkit.Extensions.MessageDialogExtensions

MessageDialog 扩展类。
Afficher le fichier Open project: h82258652/SoftwareKobo.UniversalToolkit

Méthodes publiques

Méthode Description
AddCommand ( this dialog, string label, System.Action action ) : MessageDialog

添加一个命令到对话框。

ShowAsyncEnqueue ( this dialog ) : Task

将对话框加入显示队列。

ShowAsyncIfPossible ( this dialog ) : Task

如果可以的话,则显示对话框。

Method Details

AddCommand() public static méthode

添加一个命令到对话框。
dialog 为空。
public static AddCommand ( this dialog, string label, System.Action action ) : MessageDialog
dialog this 对话框。
label string 命令文本。
action System.Action 命令动作。
Résultat Windows.UI.Popups.MessageDialog

ShowAsyncEnqueue() public static méthode

将对话框加入显示队列。
dialog 为空。
public static ShowAsyncEnqueue ( this dialog ) : Task
dialog this 对话框。
Résultat Task

ShowAsyncIfPossible() public static méthode

如果可以的话,则显示对话框。
dialog 为空。
public static ShowAsyncIfPossible ( this dialog ) : Task
dialog this 对话框。
Résultat Task