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)

屬性值

適用於