IVsInstalledProduct::IdIcoLogoForAboutbox Method (UInt32)
Visual Studio 2015
Obtains the icon used in the splash screen and the About dialog box on the Help menu.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pIdIco
-
Type:
System::UInt32
[out] Pointer to the icon used in the splash screen and About dialog box on the Help menu.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsInstalledProduct::IdIcoLogoForAboutbox( [out, retval] UINT *pIdIco );
You can place the hard-coded paths and strings used by this method in your project's resource file.
Show: