共用方式為


TreeViewItemAutomationPeer.ExpandCollapseState 屬性

定義

取得值,指出相關聯 TreeViewItem的展開或折迭狀態。

適用于 UWP 的對等 WinUI 2 APIMicrosoft.UI.Xaml.Automation.Peers.TreeViewItemAutomationPeer.ExpandCollapseState (for WinUI Windows 應用程式 SDK,請參閱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的展開或折迭狀態。 預設值為 [展開]。

實作

備註

ExpandCollapseState 只會參考立即子物件的可見度,它不會參考所有子代物件的可見度。

適用於