PackageUtility Class

 
Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

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

[CLSCompliantAttribute(false)]
public ref class PackageUtility abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticShowError(IServiceProvider^, String^)

Helper method to show an error message within the shell. This should be used instead of MessageBox.Show();

System_CAPS_pubmethodSystem_CAPS_staticShowError(IServiceProvider^, String^, String^)

Helper method to show an error message within the shell. This should be used instead of MessageBox.Show();

System_CAPS_pubmethodSystem_CAPS_staticShowMessageBox(IServiceProvider^, String^)

Helper method to show a message box within the shell. Defaults to showing only an OK button.

System_CAPS_pubmethodSystem_CAPS_staticShowMessageBox(IServiceProvider^, String^, OLEMSGBUTTON, OLEMSGDEFBUTTON, OLEMSGICON)

Helper method to show a message box within the shell.

System_CAPS_pubmethodSystem_CAPS_staticShowMessageBox(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.

Return to top
Show: