次の方法で共有


VsShellUtilities.ShowMessageBox Method

Displays a message box with the specified message.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣言
Public Shared Function ShowMessageBox ( _
    serviceProvider As IServiceProvider, _
    message As String, _
    title As String, _
    icon As OLEMSGICON, _
    msgButton As OLEMSGBUTTON, _
    defaultButton As OLEMSGDEFBUTTON _
) As Integer
public static int ShowMessageBox(
    IServiceProvider serviceProvider,
    string message,
    string title,
    OLEMSGICON icon,
    OLEMSGBUTTON msgButton,
    OLEMSGDEFBUTTON defaultButton
)

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

.NET Framework Security

See Also

Reference

VsShellUtilities Class

Microsoft.VisualStudio.Shell Namespace