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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET