VisualTreeChangeEventArgs.Child 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 le DependencyObject qui a été ajouté ou supprimé dans un autre élément (Parent).
public:
property System::Windows::DependencyObject ^ Child { System::Windows::DependencyObject ^ get(); };
public System.Windows.DependencyObject Child { get; }
member this.Child : System.Windows.DependencyObject
Public ReadOnly Property Child As DependencyObject
Valeur de propriété
Élément qui a été ajouté ou supprimé dans un l'élément Parent.
Remarques
Ce membre prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code.