ConsoleApplicationBase.InternalCommandLine 속성

정의

현재 애플리케이션의 명령줄 인수로 사용할 값을 설정합니다.

protected:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ InternalCommandLine {  void set(System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ value); };
protected System.Collections.ObjectModel.ReadOnlyCollection<string> InternalCommandLine { set; }
member this.InternalCommandLine : System.Collections.ObjectModel.ReadOnlyCollection<string>
Protected Property InternalCommandLine As ReadOnlyCollection(Of String)

속성 값

현재 애플리케이션의 명령줄 인수로 사용할 문자열이 포함된 StringReadOnlyCollection<T>입니다.

설명

이 메서드를 사용 하면 내부에서 사용 하는 명령줄 인수를 값을 설정 하 여 ConsoleApplicationBase 클래스입니다. 결정이 속성은 CommandLineArgs 속성 반환 합니다. 이 속성을 설정 하지 않으면 아니면이 속성을 설정 하면 NothingCommandLineArgs 속성에서 명령줄 인수를 가져옵니다는 CommandLine 속성입니다.

적용 대상

추가 정보