Méthode | Description | |
---|---|---|
AcceptKeyInput ( ) : void | ||
Clear ( ) : void | ||
ClearConsole ( ) : void | ||
OutputConsole ( IVsOutputWindow outputWindow ) : System | ||
Start ( ) : void | ||
WaitKey ( ) : NuGetConsole.VsKeyInfo | ||
Write ( string text ) : void | ||
Write ( string text, System foreground, System background ) : void | ||
WriteBackspace ( ) : void | ||
WriteLine ( string text ) : void | ||
WriteProgress ( string operation, int percentComplete ) : void |
public OutputConsole ( IVsOutputWindow outputWindow ) : System | ||
outputWindow | IVsOutputWindow | |
Résultat | System |
public WaitKey ( ) : NuGetConsole.VsKeyInfo | ||
Résultat | NuGetConsole.VsKeyInfo |
public Write ( string text, System foreground, System background ) : void | ||
text | string | |
foreground | System | |
background | System | |
Résultat | void |
public WriteProgress ( string operation, int percentComplete ) : void | ||
operation | string | |
percentComplete | int | |
Résultat | void |