共用方式為


PackageUtility 類別

此應用程式開發介面不符合 CLS 標準。 

繼承階層架構

System.Object
  Microsoft.VisualStudio.Modeling.Shell.PackageUtility

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

語法

'宣告
<CLSCompliantAttribute(False)> _
Public NotInheritable Class PackageUtility
[CLSCompliantAttribute(false)]
public static class PackageUtility

方法

  名稱 描述
公用方法靜態成員 ShowError(IServiceProvider, String) 用來在 Shell 內顯示錯誤訊息的協助程式方法。應該使用此項目,而不是 MessageBox.Show()
公用方法靜態成員 ShowError(IServiceProvider, String, String) 用來在 Shell 內顯示錯誤訊息的協助程式方法。應該使用此項目,而不是 MessageBox.Show()
公用方法靜態成員 ShowMessageBox(IServiceProvider, String) 用來在 Shell 內顯示訊息方塊的協助程式方法。預設為只有顯示 [確定] 按鈕。
公用方法靜態成員 ShowMessageBox(IServiceProvider, String, OLEMSGBUTTON, OLEMSGDEFBUTTON, OLEMSGICON) 用來在 Shell 內顯示訊息方塊的協助程式方法。
公用方法靜態成員 ShowMessageBox(IServiceProvider, String, String, OLEMSGBUTTON, OLEMSGDEFBUTTON, OLEMSGICON) 用來在 Shell 內顯示訊息方塊的協助程式方法。

回頁首

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.Modeling.Shell 命名空間