StartupNextInstanceEventArgs.CommandLine Egenskap

Definition

Hämtar kommandoradsargumenten för den efterföljande programinstansen.

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

Egenskapsvärde

Ett ReadOnlyCollection<T> objekt som innehåller kommandoradsargumenten för den efterföljande programinstansen.

Kommentarer

Händelsen StartupNextInstance inträffar när en efterföljande instans av ett program med en enda instans startar med hjälp av Visual Basic-programmodellen. Mer information finns i Översikt över Visual Basic programmodell.

Gäller för

Se även