Terminal.Render Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Render(ITerminal, TextSpan, Region) | |
Render(ITerminal, FormattableString, Region) |
Render(ITerminal, TextSpan, Region)
public static void Render(this System.CommandLine.Rendering.ITerminal terminal, System.CommandLine.Rendering.TextSpan span, System.CommandLine.Rendering.Region region = default);
static member Render : System.CommandLine.Rendering.ITerminal * System.CommandLine.Rendering.TextSpan * System.CommandLine.Rendering.Region -> unit
<Extension()>
Public Sub Render (terminal As ITerminal, span As TextSpan, Optional region As Region = Nothing)
Parameters
- terminal
- ITerminal
- span
- TextSpan
- region
- Region
Applies to
Render(ITerminal, FormattableString, Region)
public static void Render(this System.CommandLine.Rendering.ITerminal terminal, FormattableString value, System.CommandLine.Rendering.Region region = default);
static member Render : System.CommandLine.Rendering.ITerminal * FormattableString * System.CommandLine.Rendering.Region -> unit
<Extension()>
Public Sub Render (terminal As ITerminal, value As FormattableString, Optional region As Region = Nothing)
Parameters
- terminal
- ITerminal
- value
- FormattableString
- region
- Region
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.