共用方式為


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時,之後 -- 的所有標記都會被視為命令自變數,即使它們符合現有的選項也一樣。

適用於