Partager via


HelpBuilder.Default.GetIdentifierSymbolUsageLabel Méthode

Définition

Obtient l’étiquette d’utilisation du symbole spécifié (généralement utilisé comme texte de première colonne dans la sortie d’aide).

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

Paramètres

symbol
IdentifierSymbol

Symbole pour lequel obtenir un élément d’aide.

context
HelpContext

Contexte d’aide, utilisé à des fins de localisation.

Retours

Texte à afficher.

S’applique à