Condividi tramite


HelpBuilder.GetTwoColumnRow(Symbol, HelpContext) Metodo

Definizione

Ottiene un elemento della Guida per il simbolo specificato.

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

Parametri

symbol
Symbol

Simbolo per cui ottenere un elemento della Guida.

context
HelpContext

Contesto della Guida.

Restituisce

Si applica a