NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IUIService.ShowMessage (String)

Displays the given message in a message box. This properly integrates the message box display with the development environment.

[Visual Basic]
Overloads Sub ShowMessage( _
   ByVal message As String _
)
[C#]
void ShowMessage(
   string message
);
[C++]
void ShowMessage(
   String* message
) = 0;
[JScript]
function ShowMessage(
   message : String
);

Parameters

message
The message to display

See Also

IUIService Interface | IUIService Members | System.WinForms.Design Namespace | IUIService.ShowMessage Overload List