Command.Options Özellik

Tanım

Komutun tüm seçeneklerini alır.

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)

Özellik Değeri

Açıklamalar

Bu koleksiyon , Option.Recursivetrueolan üst komutlardaki seçenekleri içermez. Bu seçenekler geçerli komut altında geçerlidir ancak bu koleksiyonda görünmez.

Şunlara uygulanır