Compartir a través de


Command.Options Propiedad

Definición

Obtiene todas las opciones del comando .

public:
 property System::Collections::Generic::IList<System::CommandLine::Option ^> ^ Options { System::Collections::Generic::IList<System::CommandLine::Option ^> ^ get(); };
public System.Collections.Generic.IList<System.CommandLine.Option> Options { get; }
member this.Options : System.Collections.Generic.IList<System.CommandLine.Option>
Public ReadOnly Property Options As IList(Of Option)

Valor de propiedad

Comentarios

Esta colección no incluye opciones en los comandos primarios donde Option.Recursive es true. Estas opciones son válidas en el comando actual, pero no aparecen en esta colección.

Se aplica a