FrameworkContentElement.IsInitialized Propriété

Définition

Obtient une valeur indiquant si cet élément a été initialisé, soit en étant chargé en tant que xaml (Extensible Application Markup Language), soit en ayant explicitement sa méthode EndInit() 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é conformément aux appels de chargement ou de méthode mentionnés ci-dessus ; 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 sorte qu’il possède un nouvel élément parent, et devient donc rechargé à nouveau.

S’applique à

Voir aussi