C# Class O2.FluentSharp.VisualStudio.ExtensionMethods.VisualStudio_2010_ExtensionMethods_DTE_OutputWindow

Mostrar archivo Open project: o2platform/O2.Platform.Projects

Public Methods

Method Description
outputWindow ( this visualStudio ) : EnvDTE.OutputWindowPane
outputWindow ( this visualStudio, string name ) : EnvDTE.OutputWindowPane
outputWindow_Create ( this visualStudio, string name ) : EnvDTE.OutputWindowPane
outputWindow_Create ( this dte, string name, bool logError ) : EnvDTE.OutputWindowPane
writeLine ( this outputWindow, string text ) : EnvDTE.OutputWindowPane

Method Details

outputWindow() public static method

public static outputWindow ( this visualStudio ) : EnvDTE.OutputWindowPane
visualStudio this
return EnvDTE.OutputWindowPane

outputWindow() public static method

public static outputWindow ( this visualStudio, string name ) : EnvDTE.OutputWindowPane
visualStudio this
name string
return EnvDTE.OutputWindowPane

outputWindow_Create() public static method

public static outputWindow_Create ( this visualStudio, string name ) : EnvDTE.OutputWindowPane
visualStudio this
name string
return EnvDTE.OutputWindowPane

outputWindow_Create() public static method

public static outputWindow_Create ( this dte, string name, bool logError ) : EnvDTE.OutputWindowPane
dte this
name string
logError bool
return EnvDTE.OutputWindowPane

writeLine() public static method

public static writeLine ( this outputWindow, string text ) : EnvDTE.OutputWindowPane
outputWindow this
text string
return EnvDTE.OutputWindowPane