StartupEventArgs.CommandLine Propiedad

Definición

Obtiene los argumentos de la línea de comandos de la aplicación.

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)

Valor de propiedad

Objeto ReadOnlyCollection<T> que contiene los argumentos de la línea de comandos de la aplicación.

Comentarios

El Startup evento tiene lugar cuando se inicia la aplicación, si la aplicación implementa el modelo de aplicación de Visual Basic. Para obtener más información, vea Información general sobre el modelo de aplicación de Visual Basic.

Se aplica a

Consulte también