Grid.GetVisualChild(Int32) Méthode
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 un enfant Visual à la position d'index
spécifiée.
protected:
override System::Windows::Media::Visual ^ GetVisualChild(int index);
protected override System.Windows.Media.Visual GetVisualChild (int index);
override this.GetVisualChild : int -> System.Windows.Media.Visual
Protected Overrides Function GetVisualChild (index As Integer) As Visual
Paramètres
Retours
L'enfant Visual à la position d'index
spécifiée.
Remarques
L’arborescence visuelle ne doit pas être modifiée pendant que cette méthode est appelée.