VisualTreeChangeEventArgs.Child Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'oggetto DependencyObject che è stato aggiunto o rimosso da un altro elemento (padre).
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
Valore della proprietà
Elemento che è stato aggiunto o rimosso dall'elemento padre.
Commenti
Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.