StartupEventArgs.CommandLine Tulajdonság

Definíció

Lekéri az alkalmazás parancssori argumentumait.

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)

Tulajdonság értéke

Az ReadOnlyCollection<T> alkalmazás parancssori argumentumait tartalmazó objektum.

Megjegyzések

Az Startup esemény az alkalmazás indításakor következik be, ha az alkalmazás implementálja a Visual Basic alkalmazásmodellt. További információ: A Visual Basic alkalmazásmodell átalakítása.

A következőre érvényes:

Lásd még