Condividi tramite


TreeViewNode.HasChildren Proprietà

Definizione

Ottiene un valore che indica se il nodo corrente contiene elementi figlio.

public:
 property bool HasChildren { bool get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
bool HasChildren();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
public bool HasChildren { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; }
var boolean = treeViewNode.hasChildren;
Public ReadOnly Property HasChildren As Boolean

Valore della proprietà

Boolean

bool

true se il nodo corrente contiene elementi figlio; in caso contrario, false.

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Si applica a