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) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。