Compartilhar via


HelpBuilder.GetTwoColumnRow(Symbol, HelpContext) Método

Definição

Obtém um item de ajuda para o símbolo especificado.

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

Parâmetros

symbol
Symbol

O símbolo para o qual obter um item de ajuda.

context
HelpContext

O contexto da Ajuda.

Retornos

Aplica-se a