Boo.BooLangStudio.BooLangStudioPackage.IdIcoLogoForAboutbox C# (CSharp) Method

IdIcoLogoForAboutbox() public method

This method is called to get the icon that will be displayed in the Help About dialog when this package is selected.
public IdIcoLogoForAboutbox ( uint &pIdIco ) : int
pIdIco uint The resource id corresponding to the icon to display on the Help About dialog
return int
        public int IdIcoLogoForAboutbox(out uint pIdIco)
        {
            pIdIco = 400;

            return VSConstants.S_OK;
        }