PackageUtility.ShowMessageBox 方法 (IServiceProvider, String, OLEMSGBUTTON, OLEMSGDEFBUTTON, OLEMSGICON)
用來在 Shell 內顯示訊息方塊的協助程式方法。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
Public Shared Function ShowMessageBox ( _
serviceProvider As IServiceProvider, _
messageText As String, _
messageButtons As OLEMSGBUTTON, _
defaultButton As OLEMSGDEFBUTTON, _
messageIcon As OLEMSGICON _
) As DialogResult
public static DialogResult ShowMessageBox(
IServiceProvider serviceProvider,
string messageText,
OLEMSGBUTTON messageButtons,
OLEMSGDEFBUTTON defaultButton,
OLEMSGICON messageIcon
)
參數
- serviceProvider
類型:System.IServiceProvider
- messageText
類型:System.String
要顯示的文字
- messageButtons
類型:Microsoft.VisualStudio.Shell.Interop.OLEMSGBUTTON
應出現在對話方塊中的按鈕。
- defaultButton
類型:Microsoft.VisualStudio.Shell.Interop.OLEMSGDEFBUTTON
預設按鈕 (使用者按下 Return 時叫用)。
- messageIcon
類型:Microsoft.VisualStudio.Shell.Interop.OLEMSGICON
顯示的圖示 (警告、錯誤、資訊等等)
傳回值
類型:System.Windows.Forms.DialogResult
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。