TreeViewItemAutomationPeer.ExpandCollapseState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出相關聯 TreeViewItem的展開或折迭狀態。
適用于 UWP 的對等 WinUI 2 API:Microsoft.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 只會參考立即子物件的可見度,它不會參考所有子代物件的可見度。