StartupEventArgs(ReadOnlyCollection<String>) 생성자

정의

StartupEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 StartupEventArgs(System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ args);
public StartupEventArgs (System.Collections.ObjectModel.ReadOnlyCollection<string> args);
new Microsoft.VisualBasic.ApplicationServices.StartupEventArgs : System.Collections.ObjectModel.ReadOnlyCollection<string> -> Microsoft.VisualBasic.ApplicationServices.StartupEventArgs
Public Sub New (args As ReadOnlyCollection(Of String))

매개 변수

args
ReadOnlyCollection<String>

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

설명

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

StartupEventArgs 애플리케이션의 명령줄 인수를 포함 하 고 애플리케이션 시작을 취소 해야 하는지 여부를 나타냅니다.

적용 대상

추가 정보