DesignerConfigurationService.AutoSplitEnabled 屬性

定義

取得或設定值,這個值會指出 Flowchart 設計工具和 StateMachine 設計工具是否已啟用自動分割。

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

屬性值

如果 Flowchart 設計工具和 StateMachine 設計工具啟用自動分割,則為 true,否則為 false

備註

預設值是 false。 但是當設計工具載入於 Visual Studio 時,此值會自動設定為 true

適用於