Command.Options Eigenschap

Definitie

Hiermee haalt u alle opties voor de opdracht op.

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)

Waarde van eigenschap

Opmerkingen

Deze verzameling bevat geen opties voor bovenliggende opdrachten waarbij Option.Recursive is true. Deze opties zijn geldig onder de huidige opdracht, maar worden niet weergegeven in deze verzameling.

Van toepassing op