Condividi tramite


TreeViewNode.HasChildren Proprietà

Definizione

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

Questa documentazione si applica a WinUI 2 per UWP (per WinUI nella SDK per app di Windows, vedere gli spazi dei nomi SDK per app di Windows).

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

Valore della proprietà

Boolean

bool

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

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Si applica a