Command.Options 屬性

定義

代表命令的所有選項,包括已套用至任何命令上階的全域選項。

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)

屬性值

適用於