HelpBuilder.Default.GetIdentifierSymbolDescription(IdentifierSymbol) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene la descripción del símbolo especificado (normalmente, que se usa como segunda columna en el texto de ayuda).
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
Parámetros
- symbol
- IdentifierSymbol
Símbolo para el que se va a obtener la descripción.