VisualTreeChangeEventArgs.Child Propriété

Définition

Obtient l’élément DependencyObject ajouté ou supprimé d’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 ajouté ou supprimé de 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.

S’applique à