SonarLint.VisualStudio.Integration.UnitTests.ConfigurableVsOutputWindowPane.IVsOutputWindowPane C# (CSharp) Method

IVsOutputWindowPane() private method

private IVsOutputWindowPane ( ) : int
return int
        int IVsOutputWindowPane.Activate()
        {
            this.IsActivated = true;
            return VSConstants.S_OK;
        }

Same methods

ConfigurableVsOutputWindowPane::IVsOutputWindowPane ( string &pbstrPaneName ) : int
ConfigurableVsOutputWindowPane::IVsOutputWindowPane ( string pszOutputString, VSTASKPRIORITY nPriority, VSTASKCATEGORY nCategory, string pszSubcategory, int nBitmap, string pszFilename, uint nLineNum, string pszTaskItemText ) : int
ConfigurableVsOutputWindowPane::IVsOutputWindowPane ( string pszOutputString, VSTASKPRIORITY nPriority, VSTASKCATEGORY nCategory, string pszSubcategory, int nBitmap, string pszFilename, uint nLineNum, string pszTaskItemText, string pszLookupKwd ) : int