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> 개체입니다.

설명

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

적용 대상

추가 정보