共用方式為


DesignerProperties.IsInDesignMode 附加屬性

定義

取得或設定 DependencyObject 是否正在設計工具的內容中執行。

see GetIsInDesignMode, and SetIsInDesignMode
see GetIsInDesignMode, and SetIsInDesignMode
see GetIsInDesignMode, and SetIsInDesignMode

備註

元件和控制開發人員可以在設計工具的內容中執行時,使用這個屬性來執行不同的邏輯,而不是在應用程式中執行時。

設計工具可能會變更此屬性的值,以將控件從設計模式移至執行模式和返回。 根據此屬性的值對狀態進行變更的元件應該覆寫虛擬 OnPropertyChanged 方法,並在 IsInDesignMode 屬性值變更時更新其狀態。

相依性屬性資訊

標識元欄位 IsInDesignModeProperty
設定為的元數據屬性 true OverridesInheritanceBehavior, Inherits

適用於