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

설명

StartupNextInstance 단일 인스턴스 애플리케이션의 후속 인스턴스가 시작 되 면 Visual Basic 애플리케이션 모델을 사용 하 여 이벤트가 발생 합니다. 자세한 내용은 Visual Basic 애플리케이션 모델 개요합니다.

적용 대상

추가 정보