TreeView.Expand(TreeViewNode) 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.
Développe le nœud spécifié dans l’arborescence.
API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.TreeView.Expand (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).
void Expand(TreeViewNode const& value);
public void Expand(TreeViewNode value);
function expand(value)
Public Sub Expand (value As TreeViewNode)
Paramètres
- value
- TreeViewNode
Nœud d’arborescence à développer.