FrameworkContentElement.IsInitialized 屬性

定義

取得值,指出這個元素是否已初始化,方法是載入為 Extensible Application Markup Language (XAML) ,或明確呼叫其 EndInit() 方法。

public:
 property bool IsInitialized { bool get(); };
public bool IsInitialized { get; }
member this.IsInitialized : bool
Public ReadOnly Property IsInitialized As Boolean

屬性值

如果項目已根據先前提到的載入或方法呼叫來初始化則為 true,否則為 false

備註

如果這個專案已在元素樹狀結構中移動,因此具有新的父元素,因此會再次重載,也可能是 true 這個屬性。

適用於

另請參閱