Editar

Compartir a través de


ConsoleExtensions.Append(IConsole, View, OutputMode) Method

Definition

public static void Append(this System.CommandLine.IConsole console, System.CommandLine.Rendering.Views.View view, System.CommandLine.Rendering.OutputMode outputMode = System.CommandLine.Rendering.OutputMode.Auto);
static member Append : System.CommandLine.IConsole * System.CommandLine.Rendering.Views.View * System.CommandLine.Rendering.OutputMode -> unit
<Extension()>
Public Sub Append (console As IConsole, view As View, Optional outputMode As OutputMode = System.CommandLine.Rendering.OutputMode.Auto)

Parameters

console
IConsole
view
View
outputMode
OutputMode

Applies to