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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.