C# 클래스 SoftwareKobo.UniversalToolkit.Extensions.MessageDialogExtensions

MessageDialog 扩展类。
파일 보기 프로젝트 열기: h82258652/SoftwareKobo.UniversalToolkit

공개 메소드들

메소드 설명
AddCommand ( this dialog, string label, System.Action action ) : MessageDialog

添加一个命令到对话框。

ShowAsyncEnqueue ( this dialog ) : Task

将对话框加入显示队列。

ShowAsyncIfPossible ( this dialog ) : Task

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

메소드 상세

AddCommand() 공개 정적인 메소드

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

ShowAsyncEnqueue() 공개 정적인 메소드

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

ShowAsyncIfPossible() 공개 정적인 메소드

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