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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.