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
BoolInteractionResultApplies to
This method applies to the following types: