IInteractionService.promptMessageBox
Method
interface IInteractionService { // ... omitted for brevity promptMessageBox( title: string, message: string, options?: InteractionMessageBoxOptions, cancellationToken?: cancellationToken): BoolInteractionResult;}Signature
method
promptMessageBoxPrompts the user with a message box dialog.
promptMessageBox( title: string, message: string, options?: InteractionMessageBoxOptions, cancellationToken?: cancellationToken): BoolInteractionResultParameters
titlestringmessagestringoptionsInteractionMessageBoxOptionsoptionalcancellationTokencancellationTokenoptionalReturns
BoolInteractionResultDefined on
This method is defined on the following type: