Windows 10 UAP 中的内容对话框

Content Dialog in Windows 10 UAP

单击 PrimaryButtonClick 我的 ContentDialog 没有关闭后如何做到这一点?

private void ContentDialog_PrimaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
{

}

Cancel属性设置为true:

args.Cancel = true;