IInteractionService 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.
A service to interact with the current development environment.
public interface IInteractionService
type IInteractionService = interface
Public Interface IInteractionService
Properties
| IsAvailable |
Gets a value indicating whether the interaction service is available. If |
Methods
| PromptConfirmationAsync(String, String, MessageBoxInteractionOptions, CancellationToken) |
Prompts the user for confirmation with a dialog. |
| PromptInputAsync(String, String, InteractionInput, InputsDialogInteractionOptions, CancellationToken) |
Prompts the user for a single input using a specified InteractionInput. |
| PromptInputAsync(String, String, String, String, InputsDialogInteractionOptions, CancellationToken) |
Prompts the user for a single text input. |
| PromptInputsAsync(String, String, IReadOnlyList<InteractionInput>, InputsDialogInteractionOptions, CancellationToken) |
Prompts the user for multiple inputs. |
| PromptMessageBoxAsync(String, String, MessageBoxInteractionOptions, CancellationToken) |
Prompts the user with a message box dialog. |
| PromptNotificationAsync(String, String, NotificationInteractionOptions, CancellationToken) |
Prompts the user with a notification. |