PackageUtility Class
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Return to top
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ShowError(IServiceProvider^, String^) | Helper method to show an error message within the shell. This should be used instead of MessageBox.Show(); |
![]() ![]() | ShowError(IServiceProvider^, String^, String^) | Helper method to show an error message within the shell. This should be used instead of MessageBox.Show(); |
![]() ![]() | ShowMessageBox(IServiceProvider^, String^) | Helper method to show a message box within the shell. Defaults to showing only an OK button. |
![]() ![]() | ShowMessageBox(IServiceProvider^, String^, OLEMSGBUTTON, OLEMSGDEFBUTTON, OLEMSGICON) | Helper method to show a message box within the shell. |
![]() ![]() | ShowMessageBox(IServiceProvider^, String^, String^, OLEMSGBUTTON, OLEMSGDEFBUTTON, OLEMSGICON) | Helper method to show a message box within the shell. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

