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

IVsOutputWindowPane() private method

private IVsOutputWindowPane ( string &pbstrPaneName ) : int
pbstrPaneName string
return int
        int IVsOutputWindowPane.GetName(ref string pbstrPaneName)
        {
            pbstrPaneName = Name;
            return VSConstants.S_OK;
        }

Same methods

ConfigurableVsOutputWindowPane::IVsOutputWindowPane ( ) : 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