StartupEventArgs.CommandLine 속성

정의

애플리케이션의 명령줄 인수를 가져옵니다.

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)

속성 값

ReadOnlyCollection<T> 애플리케이션의 명령줄 인수를 포함하는 개체입니다.

설명

애플리케이션이 Visual Basic 애플리케이션 모델을 구현하는 경우 애플리케이션이 시작될 때 Startup 이벤트가 발생합니다. 자세한 내용은 Visual Basic 애플리케이션 모델 개요를 참조하세요.

적용 대상

추가 정보