MessageDialog::Show Method (String^, String^, MessageDialogCommandSet)
Visual Studio 2015
Shows a message box.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static MessageDialogCommand Show( String^ title, String^ message, MessageDialogCommandSet commandSet )
Parameters
- title
-
Type:
System::String^
The title of the dialog.
- message
-
Type:
System::String^
The message of the dialog.
- commandSet
-
Type:
Microsoft.VisualStudio.PlatformUI::MessageDialogCommandSet
A value indicating what commands are available in the dialog.
Return Value
Type: Microsoft.VisualStudio.PlatformUI::MessageDialogCommandReturns MessageDialogCommand.
Show: