ConsoleRenderer.RenderToRegion 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
RenderToRegion(TextSpan, Region) | |
RenderToRegion(FormattableString, Region) | |
RenderToRegion(Object, Region) |
RenderToRegion(TextSpan, Region)
public:
void RenderToRegion(System::CommandLine::Rendering::TextSpan ^ span, System::CommandLine::Rendering::Region ^ region);
public void RenderToRegion(System.CommandLine.Rendering.TextSpan span, System.CommandLine.Rendering.Region region);
member this.RenderToRegion : System.CommandLine.Rendering.TextSpan * System.CommandLine.Rendering.Region -> unit
Public Sub RenderToRegion (span As TextSpan, region As Region)
Parameters
- span
- TextSpan
- region
- Region
Applies to
RenderToRegion(FormattableString, Region)
public:
void RenderToRegion(FormattableString ^ value, System::CommandLine::Rendering::Region ^ region);
public void RenderToRegion(FormattableString value, System.CommandLine.Rendering.Region region);
member this.RenderToRegion : FormattableString * System.CommandLine.Rendering.Region -> unit
Public Sub RenderToRegion (value As FormattableString, region As Region)
Parameters
- value
- FormattableString
- region
- Region
Applies to
RenderToRegion(Object, Region)
public:
void RenderToRegion(System::Object ^ value, System::CommandLine::Rendering::Region ^ region);
public void RenderToRegion(object value, System.CommandLine.Rendering.Region region);
member this.RenderToRegion : obj * System.CommandLine.Rendering.Region -> unit
Public Sub RenderToRegion (value As Object, region As Region)
Parameters
- value
- Object
- 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.