VSPackage Branding

VSPackages can display icons and textual information about products (together called logos) in the Visual Studio splash screen and the Help About dialog box. For every product you add as a VSPackage, you can add one logo. The splash screen and Help About dialog box contain logos for the Visual Studio core products and other installed products.

In This Section

  • Reference.Package Sample (C#) in Visual Studio Extensibility Samples
    Shows how to use managed code to advertise in the splash screen and Help About dialog box.

  • Reference.Package Sample (C++) in Visual Studio Extensibility Samples
    Shows how to use unmanaged code to advertise in the splash screen and Help About dialog box.

  • VSPackage State
    Lists common strategies for saving, restoring, and resetting the state of a VSPackage.

  • VSPackages
    VSPackages extend the integrated development environment (IDE) by providing UI elements, services, projects, editors, and designers.