promptConfirmation
Method
interface IInteractionService { // ... omitted for brevity promptConfirmation( title: string, message: string, options?: InteractionMessageBoxOptions, cancellationToken?: cancellationToken): BoolInteractionResult;}Signature
method
promptConfirmationPrompts the user for confirmation with an OK/Cancel dialog.
promptConfirmation( title: string, message: string, options?: InteractionMessageBoxOptions, cancellationToken?: cancellationToken): BoolInteractionResultParameters
titlestringmessagestringoptionsInteractionMessageBoxOptionsoptionalcancellationTokencancellationTokenoptionalReturns
BoolInteractionResultApplies to
This method applies to the following types: