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

IVsOutputWindowPane() private method

private IVsOutputWindowPane ( string pszOutputString, VSTASKPRIORITY nPriority, VSTASKCATEGORY nCategory, string pszSubcategory, int nBitmap, string pszFilename, uint nLineNum, string pszTaskItemText, string pszLookupKwd ) : int
pszOutputString string
nPriority VSTASKPRIORITY
nCategory VSTASKCATEGORY
pszSubcategory string
nBitmap int
pszFilename string
nLineNum uint
pszTaskItemText string
pszLookupKwd string
return int
        int IVsOutputWindowPane.OutputTaskItemStringEx(string pszOutputString, VSTASKPRIORITY nPriority, VSTASKCATEGORY nCategory, string pszSubcategory, int nBitmap, string pszFilename, uint nLineNum, string pszTaskItemText, string pszLookupKwd)
        {
            throw new NotImplementedException();
        }

Same methods

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