RootCommand.Directives Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents all of the directives that are valid under the root command.
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)