Command.Options Properti

Definisi

Mendapatkan semua opsi untuk perintah .

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)

Nilai Properti

Keterangan

Koleksi ini tidak menyertakan opsi pada perintah induk di mana Option.Recursive adalah true. Opsi tersebut valid di bawah perintah saat ini tetapi tidak muncul dalam koleksi ini.

Berlaku untuk