Compartir vía


HelpBuilder.Default.GetIdentifierSymbolUsageLabel Método

Definición

Obtiene la etiqueta de uso del símbolo especificado (normalmente se usa como el primer texto de columna en la salida de ayuda).

public:
 static System::String ^ GetIdentifierSymbolUsageLabel(System::CommandLine::IdentifierSymbol ^ symbol, System::CommandLine::Help::HelpContext ^ context);
public static string GetIdentifierSymbolUsageLabel (System.CommandLine.IdentifierSymbol symbol, System.CommandLine.Help.HelpContext context);
static member GetIdentifierSymbolUsageLabel : System.CommandLine.IdentifierSymbol * System.CommandLine.Help.HelpContext -> string
Public Shared Function GetIdentifierSymbolUsageLabel (symbol As IdentifierSymbol, context As HelpContext) As String

Parámetros

symbol
IdentifierSymbol

Símbolo para el que se va a obtener un elemento de ayuda.

context
HelpContext

Contexto de ayuda, que se usa con fines de localización.

Devoluciones

Texto que se muestra.

Se aplica a