Command.Options Vlastnost

Definice

Představuje všechny možnosti pro příkaz, včetně globálních možností, které byly použity na některý z nadřazených příkazů.

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)

Hodnota vlastnosti

Platí pro