RootCommand.Directives プロパティ

定義

ルート コマンドで有効なすべてのディレクティブを表します。

public:
 property System::Collections::Generic::IList<System::CommandLine::Directive ^> ^ Directives { System::Collections::Generic::IList<System::CommandLine::Directive ^> ^ get(); };
public System.Collections.Generic.IList<System.CommandLine.Directive> Directives { get; }
member this.Directives : System.Collections.Generic.IList<System.CommandLine.Directive>
Public ReadOnly Property Directives As IList(Of Directive)

プロパティ値

適用対象