IVsInstalledProduct Interface

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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("098FCA58-5F42-11D3-8BDC-00C04F8EC28C")> _
Public Interface IVsInstalledProduct
[InterfaceTypeAttribute()]
[GuidAttribute("098FCA58-5F42-11D3-8BDC-00C04F8EC28C")]
public interface IVsInstalledProduct
[InterfaceTypeAttribute()]
[GuidAttribute(L"098FCA58-5F42-11D3-8BDC-00C04F8EC28C")]
public interface class IVsInstalledProduct
[<InterfaceTypeAttribute()>]
[<GuidAttribute("098FCA58-5F42-11D3-8BDC-00C04F8EC28C")>]
type IVsInstalledProduct =  interface end
public interface IVsInstalledProduct

The IVsInstalledProduct type exposes the following members.

Methods

  Name Description
Public method IdBmpSplash Visual Studio 2005 no longer calls this method.
Public method IdIcoLogoForAboutbox Obtains the icon used in the splash screen and the About dialog box on the Help menu.
Public method OfficialName Obtains a pointer to the string containing the official name of the product that is displayed in the splash screen and About dialog box on the Help menu.
Public method ProductDetails Obtains a pointer to the string containing the product details that are displayed in the About dialog box on the Help menu. Not called for the splash screen.
Public method ProductID Obtains a pointer to the string containing the ID of the product that is displayed in the About dialog box on the Help menu. Not called for the splash screen.

Top

Remarks

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace