Freigeben über


TreeViewItem.HasUnrealizedChildren Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das aktuelle Element untergeordnete Elemente enthält, die nicht angezeigt wurden, oder legt diesen fest.

public:
 property bool HasUnrealizedChildren { bool get(); void set(bool value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
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 { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] 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; }
var boolean = treeViewItem.hasUnrealizedChildren;
treeViewItem.hasUnrealizedChildren = boolean;
Public Property HasUnrealizedChildren As Boolean

Eigenschaftswert

Boolean

bool

true , wenn das aktuelle Element untergeordnete Elemente enthält, die nicht angezeigt wurden. Andernfalls lautet der Wert false.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Gilt für: