次の方法で共有


HelpBuilder.Default.GetIdentifierSymbolUsageLabel メソッド

定義

指定したシンボルの使用法ラベルを取得します (通常はヘルプ出力の最初の列テキストとして使用されます)。

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

パラメーター

symbol
IdentifierSymbol

ヘルプ 項目を取得するシンボル。

context
HelpContext

ローカライズの目的で使用されるヘルプ コンテキスト。

戻り値

表示するテキスト。

適用対象