TwoColumnHelpRow(String, String) 建構函式

定義

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)

參數

firstColumnText
String

名稱和調用詳細數據,通常會顯示在第一個說明數據行中。

secondColumnText
String

符號的描述,通常會顯示在第二個說明數據行中。

適用於