次の方法で共有


Command.Subcommands プロパティ

定義

コマンドのすべてのサブコマンドを取得します。

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

プロパティ値

適用対象