IUserPromptService 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供服務來提示使用者。
public interface IUserPromptService
type IUserPromptService = interface
Public Interface IUserPromptService
方法
ShowDialogAsync(IRemoteUserControl, String, DialogOption, CancellationToken) |
顯示強制回應對話框。 |
ShowUserPromptAsync(String, IReadOnlyList<UserPromptOption>, UInt32, CancellationToken) |
提示使用者從一組選項中選取。 |