IVsInstalledProduct Interface

Definition

Allows your VSPackage to place information on the splash screen and in the About dialog box on the Help menu.

public interface class IVsInstalledProduct
public interface class IVsInstalledProduct
__interface IVsInstalledProduct
[System.Runtime.InteropServices.Guid("098FCA58-5F42-11D3-8BDC-00C04F8EC28C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsInstalledProduct
[System.Runtime.InteropServices.Guid("098FCA58-5F42-11D3-8BDC-00C04F8EC28C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInstalledProduct
[<System.Runtime.InteropServices.Guid("098FCA58-5F42-11D3-8BDC-00C04F8EC28C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsInstalledProduct = interface
[<System.Runtime.InteropServices.Guid("098FCA58-5F42-11D3-8BDC-00C04F8EC28C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsInstalledProduct = interface
Public Interface IVsInstalledProduct
Attributes

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.

Methods

IdBmpSplash(UInt32)

Visual Studio 2005 no longer calls this method.

IdIcoLogoForAboutbox(UInt32)

Obtains the icon used in the splash screen and the About dialog box on the Help menu.

OfficialName(String)

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.

ProductDetails(String)

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.

ProductID(String)

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.

Applies to