다음을 통해 공유


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

지역화를 위해 사용되는 도움말 컨텍스트입니다.

반환

표시할 텍스트입니다.

적용 대상