Method | Description | |
---|---|---|
commandWindow ( this visualStudio ) : EnvDTE.CommandWindow | ||
execute ( this commandWindow, string input ) : EnvDTE.CommandWindow | ||
sendInput_and_Execute ( this commandWindow, string input ) : EnvDTE.CommandWindow | ||
writeLine ( this commandWindow, string text ) : EnvDTE.CommandWindow |
public static commandWindow ( this visualStudio ) : EnvDTE.CommandWindow | ||
visualStudio | this | |
return | EnvDTE.CommandWindow |
public static execute ( this commandWindow, string input ) : EnvDTE.CommandWindow | ||
commandWindow | this | |
input | string | |
return | EnvDTE.CommandWindow |
public static sendInput_and_Execute ( this commandWindow, string input ) : EnvDTE.CommandWindow | ||
commandWindow | this | |
input | string | |
return | EnvDTE.CommandWindow |
public static writeLine ( this commandWindow, string text ) : EnvDTE.CommandWindow | ||
commandWindow | this | |
text | string | |
return | EnvDTE.CommandWindow |