IExplorerNodeContext.ShowMessageBox 方法

显示消息框。

命名空间:  Microsoft.VisualStudio.SharePoint.Explorer
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
Function ShowMessageBox ( _
    message As String, _
    buttons As MessageBoxButtons, _
    icon As MessageBoxIcon _
) As DialogResult
DialogResult ShowMessageBox(
    string message,
    MessageBoxButtons buttons,
    MessageBoxIcon icon
)

参数

返回值

类型:System.Windows.Forms.DialogResult
一个值,指定用户在消息框中单击了哪个按钮。

.NET Framework 安全性

请参见

参考

IExplorerNodeContext 接口

Microsoft.VisualStudio.SharePoint.Explorer 命名空间