CommandLineArguments.ScriptArguments Proprietà

Definizione

Argomenti che seguono un file di script o un separatore "--". Null se il parser della riga di comando non è interattivo.

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)

Valore della proprietà

Si applica a