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

IdBmpSplash() public method

This method is called during Devenv /Setup to get the bitmap to display on the splash screen for this package.
public IdBmpSplash ( uint &pIdBmp ) : int
pIdBmp uint The resource id corresponding to the bitmap to display on the splash screen
return int
        public int IdBmpSplash(out uint pIdBmp)
        {
            pIdBmp = 200;

            return VSConstants.S_OK;
        }