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
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา