TwoColumnHelpRow(String, String) Constructor
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.
public:
TwoColumnHelpRow(System::String ^ firstColumnText, System::String ^ secondColumnText);
public TwoColumnHelpRow (string firstColumnText, string secondColumnText);
new System.CommandLine.Help.TwoColumnHelpRow : string * string -> System.CommandLine.Help.TwoColumnHelpRow
Public Sub New (firstColumnText As String, secondColumnText As String)
Parameters
- firstColumnText
- String
The name and invocation details, typically displayed in the first help column.
- secondColumnText
- String
The description of a symbol, typically displayed in the second help column.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.