ToolBarPanel.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 l'enfant à un index spécifié.
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
- index
- Int32
Index spécifié. L'index doit se situer entre 0 et le nombre d'enfants visuels.
Retours
Retourne l'enfant à l'index spécifié.