C# 클래스 O2.FluentSharp.VisualStudio.ExtensionMethods.VisualStudio_2010_ExtensionMethods_DTE_OutputWindow

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects

공개 메소드들

메소드 설명
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

메소드 상세

outputWindow() 공개 정적인 메소드

public static outputWindow ( this visualStudio ) : EnvDTE.OutputWindowPane
visualStudio this
리턴 EnvDTE.OutputWindowPane

outputWindow() 공개 정적인 메소드

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

outputWindow_Create() 공개 정적인 메소드

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

outputWindow_Create() 공개 정적인 메소드

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

writeLine() 공개 정적인 메소드

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