IVsInstalledProduct Members
Include Protected Members
Include Inherited Members
Allows your VSPackage to place information on the splash screen and in the About dialog box on the Help menu.
The IVsInstalledProduct type exposes the following members.
Methods
Name | Description | |
---|---|---|
IdBmpSplash | Visual Studio 2005 no longer calls this method. | |
IdIcoLogoForAboutbox | Obtains the icon used in the splash screen and the About dialog box on the Help menu. | |
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. | |
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. | |
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