TreeViewItem.HasUnrealizedChildren 属性

定义

获取或设置一个值,该值指示当前项是否具有尚未显示的子项。

适用于 UWP 的等效 WinUI 2 APIMicrosoft.UI.Xaml.Controls.TreeViewItem.HasUnrealizedChildren (in the Windows 应用 SDK,请参阅Windows 应用 SDK命名空间) 。

public:
 property bool HasUnrealizedChildren { bool get(); void set(bool value); };
bool HasUnrealizedChildren();

void HasUnrealizedChildren(bool value);
public bool HasUnrealizedChildren { get; set; }
var boolean = treeViewItem.hasUnrealizedChildren;
treeViewItem.hasUnrealizedChildren = boolean;
Public Property HasUnrealizedChildren As Boolean

属性值

Boolean

bool

如果当前项具有尚未显示的子项,则为 true;否则为 false

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

适用于