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 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.