共用方式為


HelpBuilder.GetTwoColumnRow(Symbol, HelpContext) 方法

定義

取得指定符號的說明專案。

public:
 System::CommandLine::Help::TwoColumnHelpRow ^ GetTwoColumnRow(System::CommandLine::Symbol ^ symbol, System::CommandLine::Help::HelpContext ^ context);
public System.CommandLine.Help.TwoColumnHelpRow GetTwoColumnRow (System.CommandLine.Symbol symbol, System.CommandLine.Help.HelpContext context);
member this.GetTwoColumnRow : System.CommandLine.Symbol * System.CommandLine.Help.HelpContext -> System.CommandLine.Help.TwoColumnHelpRow
Public Function GetTwoColumnRow (symbol As Symbol, context As HelpContext) As TwoColumnHelpRow

參數

symbol
Symbol

要為其取得說明專案的符號。

context
HelpContext

說明內容。

傳回

適用於