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
)
参数
- message
类型:System.String
消息文本。
- buttons
类型:System.Windows.Forms.MessageBoxButtons
要在消息框中显示的按钮。
- icon
类型:System.Windows.Forms.MessageBoxIcon
要在消息框中显示的图标。
返回值
类型:System.Windows.Forms.DialogResult
一个值,指定用户在消息框中单击了哪个按钮。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。