Allows your VSPackage to place information on the splash screen and in the
About dialog box on the
Help menu.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
[GuidAttribute("098FCA58-5F42-11D3-8BDC-00C04F8EC28C")]
[InterfaceTypeAttribute(1)]
public interface IVsInstalledProduct
/** @attribute GuidAttribute("098FCA58-5F42-11D3-8BDC-00C04F8EC28C") */
/** @attribute InterfaceTypeAttribute(1) */
public interface IVsInstalledProduct
GuidAttribute("098FCA58-5F42-11D3-8BDC-00C04F8EC28C")
InterfaceTypeAttribute(1)
public interface IVsInstalledProduct
Notes to Implementers
Implement on the same object as IVsPackage if you want to display a bitmap in the splash screen and information in the
About dialog box on the
Help menu.