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

帮助上下文。

返回

适用于