HelpBuilder.Default.GetIdentifierSymbolDescription(IdentifierSymbol) 方法

定义

获取指定符号的说明 (通常用作帮助文本) 中的第二列。

public:
 static System::String ^ GetIdentifierSymbolDescription(System::CommandLine::IdentifierSymbol ^ symbol);
public static string GetIdentifierSymbolDescription (System.CommandLine.IdentifierSymbol symbol);
static member GetIdentifierSymbolDescription : System.CommandLine.IdentifierSymbol -> string
Public Shared Function GetIdentifierSymbolDescription (symbol As IdentifierSymbol) As String

参数

symbol
IdentifierSymbol

要获取其说明的符号。

返回

适用于