Command.Arguments プロパティ

定義

コマンドのすべての引数を表します。

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

プロパティ値

適用対象