TreeViewItemAutomationPeer.ExpandCollapseState 属性

定义

获取一个值,该值指示关联的 TreeViewItem 的展开或折叠状态。

适用于 UWP 的等效 WinUI 2 API:Windows 应用 SDK中 WinUI 的 Microsoft.UI.Xaml.Automation.Peers.TreeViewItemAutomationPeer.ExpandCollapseState (,请参阅Windows 应用 SDK命名空间) 。

public:
 property ExpandCollapseState ExpandCollapseState { ExpandCollapseState get(); };
ExpandCollapseState ExpandCollapseState();
public ExpandCollapseState ExpandCollapseState { get; }
var expandCollapseState = treeViewItemAutomationPeer.expandCollapseState;
Public ReadOnly Property ExpandCollapseState As ExpandCollapseState

属性值

关联的 TreeViewItem 的展开或折叠状态。 默认值为 Expanded

实现

注解

ExpandCollapseState 仅指直接子对象的可见性,它并不指所有后代对象的可见性。

适用于