ContainerSpan.Add 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
Add(TextSpan) | |
Add(String) |
Add(TextSpan)
public:
void Add(System::CommandLine::Rendering::TextSpan ^ child);
public void Add(System.CommandLine.Rendering.TextSpan child);
member this.Add : System.CommandLine.Rendering.TextSpan -> unit
Public Sub Add (child As TextSpan)
Parameters
- child
- TextSpan
Applies to
Add(String)
public:
void Add(System::String ^ text);
public void Add(string text);
member this.Add : string -> unit
Public Sub Add (text As String)
Parameters
- text
- String
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.