MessageDialog::Show Method (String^, String^, MessageDialogCommandSet)

Visual Studio 2015
 

Shows a message box.

Namespace:   Microsoft.VisualStudio.PlatformUI
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 to top
Show: