Share via


TreeViewItem.HasUnrealizedChildren Proprietà

Definizione

Ottiene o imposta un valore che indica se l'elemento corrente ha elementi figlio che non sono stati visualizzati.

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 HasUnrealizedChildren { bool get(); void set(bool value); };
bool HasUnrealizedChildren();

void HasUnrealizedChildren(bool value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
bool HasUnrealizedChildren();

void HasUnrealizedChildren(bool value);
public bool HasUnrealizedChildren { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
public bool HasUnrealizedChildren { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] set; }
Public Property HasUnrealizedChildren As Boolean

Valore della proprietà

Boolean

bool

true se l'elemento corrente ha elementi figlio che non sono stati visualizzati. In caso contrario, false.

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Si applica a