Command.Options Proprietà

Definizione

Rappresenta tutte le opzioni per il comando, incluse le opzioni globali applicate a uno dei predecessori del comando.

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

Valore della proprietà

Si applica a