FrameworkContentElement.IsInitialized Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.