共用方式為


ParseResult.Directives 屬性

定義

取得剖析命令行輸入時找到的指示詞。

public:
 property System::CommandLine::DirectiveCollection ^ Directives { System::CommandLine::DirectiveCollection ^ get(); };
public System.CommandLine.DirectiveCollection Directives { get; }
member this.Directives : System.CommandLine.DirectiveCollection
Public ReadOnly Property Directives As DirectiveCollection

屬性值

備註

如果 EnableDirectives 設定為 false,則此集合會是空的。

適用於