EditModeSwitchButton.SyncModeToOwningContainer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定指出 TargetEditMode 是否自動計算以比對擁有之屬性容器之 ActiveEditMode 的值。
public:
property bool SyncModeToOwningContainer { bool get(); void set(bool value); };
public bool SyncModeToOwningContainer { get; set; }
member this.SyncModeToOwningContainer : bool with get, set
Public Property SyncModeToOwningContainer As Boolean
屬性值
true
如果 會自動 EditModeSwitchButton 切換至其擁有屬性容器的編輯模式,則為 ; false
如果切換至 屬性所定義的編輯模式, TargetEditMode 則為 。