DesignerConfigurationService.AutoConnectEnabled 屬性

定義

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

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

屬性值

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

備註

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

適用於