CommandLineConfiguration.EnableLegacyDoubleDashBehavior 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟用令牌的 --
舊版行為,也就是忽略後續令牌的剖析,並將其放在 UnparsedTokens 清單中。
public:
property bool EnableLegacyDoubleDashBehavior { bool get(); };
public bool EnableLegacyDoubleDashBehavior { get; }
member this.EnableLegacyDoubleDashBehavior : bool
Public ReadOnly Property EnableLegacyDoubleDashBehavior As Boolean