CommandLineArguments.ScriptArguments プロパティ

定義

スクリプト ファイルまたは区切り記号 "--" に続く引数。 コマンド ライン パーサーが対話型でない場合は Null。

public:
 property System::Collections::Immutable::ImmutableArray<System::String ^> ScriptArguments { System::Collections::Immutable::ImmutableArray<System::String ^> get(); };
public System.Collections.Immutable.ImmutableArray<string> ScriptArguments { get; }
member this.ScriptArguments : System.Collections.Immutable.ImmutableArray<string>
Public ReadOnly Property ScriptArguments As ImmutableArray(Of String)

プロパティ値

適用対象