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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.