StartupEventArgs.CommandLine Eigenschap

Definitie

Hiermee haalt u de opdrachtregelargumenten van de toepassing op.

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)

Waarde van eigenschap

Een ReadOnlyCollection<T> object dat de opdrachtregelargumenten van de toepassing bevat.

Opmerkingen

De gebeurtenis Startup vindt plaats wanneer de toepassing wordt gestart, als de toepassing het Visual Basic toepassingsmodel implementeert. Zie Overview van het Visual Basic-toepassingsmodel voor meer informatie.

Van toepassing op

Zie ook