IUserPromptService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides services for prompting the user.
public interface IUserPromptService
type IUserPromptService = interface
Public Interface IUserPromptService
Methods
ShowDialogAsync(IRemoteUserControl, String, DialogOption, CancellationToken) |
Shows a modal dialog. |
ShowUserPromptAsync(String, IReadOnlyList<UserPromptOption>, UInt32, CancellationToken) |
Prompts the user to select from a set of options. |