TreeNode.Level Propriété
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 la profondeur de base zéro du nœud d’arborescence dans le TreeView contrôle.
public:
property int Level { int get(); };
[System.ComponentModel.Browsable(false)]
public int Level { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Level : int
Public ReadOnly Property Level As Integer
Valeur de propriété
Profondeur de base zéro du nœud d’arborescence dans le TreeView contrôle.
- Attributs
Remarques
Pour la Level propriété, le nœud racine est considéré comme le premier niveau d’imbrication et retourne 0.