TreeView.NodeFromContainer(DependencyObject) 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.
Retourne le TreeViewNode correspondant au conteneur spécifié.
API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.TreeView.NodeFromContainer (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).
TreeViewNode NodeFromContainer(DependencyObject const& container);
public TreeViewNode NodeFromContainer(DependencyObject container);
function nodeFromContainer(container)
Public Function NodeFromContainer (container As DependencyObject) As TreeViewNode
Paramètres
- container
- DependencyObject
Conteneur pour lequel récupérer le TreeViewNode.
Retours
Nœud qui correspond au conteneur spécifié.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|