PeerApplication.CommandLineArgs 속성

정의

를 시작할 때 사용할 명령줄 매개 변수를 PeerApplication가져오거나 설정합니다.

public:
 property System::String ^ CommandLineArgs { System::String ^ get(); void set(System::String ^ value); };
public string CommandLineArgs { get; set; }
member this.CommandLineArgs : string with get, set
Public Property CommandLineArgs As String

속성 값

String 를 시작할 때 사용할 애플리케이션별 명령줄 매개 변수를 나타내는 입니다 PeerApplication.

예외

개체가 PeerApplication 삭제되었습니다.

적용 대상

추가 정보