共用方式為


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)

屬性值

適用於