StartupEventArgs.CommandLine Propriedade

Definição

Obtém os argumentos da linha de comandos da aplicação.

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 Propriedade

Um ReadOnlyCollection<T> objeto que contém os argumentos da linha de comandos da aplicação.

Observações

O evento Startup ocorre quando a aplicação inicia, se esta implementar o Modelo de Aplicação Visual Basic. Para mais informações, consulte Visão Geral do Modelo de Aplicação Visual Basic.

Aplica-se a

Ver também