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

Afficher le fichier Open project: o2platform/O2.Platform.Projects

Méthodes publiques

Méthode 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 méthode

public static outputWindow ( this visualStudio ) : EnvDTE.OutputWindowPane
visualStudio this
Résultat EnvDTE.OutputWindowPane

outputWindow() public static méthode

public static outputWindow ( this visualStudio, string name ) : EnvDTE.OutputWindowPane
visualStudio this
name string
Résultat EnvDTE.OutputWindowPane

outputWindow_Create() public static méthode

public static outputWindow_Create ( this visualStudio, string name ) : EnvDTE.OutputWindowPane
visualStudio this
name string
Résultat EnvDTE.OutputWindowPane

outputWindow_Create() public static méthode

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

writeLine() public static méthode

public static writeLine ( this outputWindow, string text ) : EnvDTE.OutputWindowPane
outputWindow this
text string
Résultat EnvDTE.OutputWindowPane