共用方式為


IUserPromptService 介面

定義

提供服務來提示使用者。

public interface IUserPromptService
type IUserPromptService = interface
Public Interface IUserPromptService

方法

ShowDialogAsync(IRemoteUserControl, String, DialogOption, CancellationToken)

顯示強制回應對話框。

ShowUserPromptAsync(String, IReadOnlyList<UserPromptOption>, UInt32, CancellationToken)

提示使用者從一組選項中選取。

適用於