Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
显示后,我需要更新 ContentDialog 中的文本。
这件事可能吗?
谢谢。
不,调用返回的 aShowAsync直到用户关闭对话框才完成。ContentDialogTask
ShowAsync
ContentDialog
Task
如果您需要在显示后更改对话框中的文本,则应考虑使用您自己的自定义对话框窗口和数据绑定,而不是使用ContentDialogAPI。