Command.Options Vlastnost

Definice

Získá všechny možnosti příkazu.

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)

Hodnota vlastnosti

Poznámky

Tato kolekce neobsahuje možnosti pro nadřazené příkazy, kde Option.Recursive je true. Tyto možnosti jsou platné v rámci aktuálního příkazu, ale v této kolekci se nezobrazují.

Platí pro