DesignerConfigurationService.AutoConnectEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會指出 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
。