다음을 통해 공유


CommandLineBuilder.EnableLegacyDoubleDashBehavior 속성

정의

명령줄에서 이중 대시(--)를 구문 분석할 때의 동작을 결정합니다.

public:
 property bool EnableLegacyDoubleDashBehavior { bool get(); void set(bool value); };
public bool EnableLegacyDoubleDashBehavior { get; set; }
member this.EnableLegacyDoubleDashBehavior : bool with get, set
Public Property EnableLegacyDoubleDashBehavior As Boolean

속성 값

설명

true설정하면 다음 -- 의 모든 토큰이 컬렉션에 UnparsedTokens 배치됩니다. 로 false설정하면 다음 -- 의 모든 토큰은 기존 옵션과 일치하는 경우에도 명령 인수로 처리됩니다.

적용 대상