FrameworkContentElement.IsInitialized Propriété

Définition

Obtient une valeur indiquant si cet élément a été initialisé, soit en cours de chargement en tant que langage XAML (Extensible Application Markup Language), soit en ayant explicitement sa EndInit() méthode appelée.

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

Valeur de propriété

Boolean

true si l'élément est initialisé par le chargement susmentionné ou les appels de méthode ; sinon, false.

Remarques

Cette propriété peut également être true si cet élément a été déplacé dans l’arborescence d’éléments de telle sorte qu’il ait un nouvel élément parent et qu’il soit rechargé à nouveau.

S’applique à

Voir aussi