共用方式為


TreeViewDataItemAutomationPeer.IExpandCollapseProvider.ExpandCollapseState 屬性

定義

取得控制項的狀態,可能為展開或摺疊。

property System::Windows::Automation::ExpandCollapseState System::Windows::Automation::Provider::IExpandCollapseProvider::ExpandCollapseState { System::Windows::Automation::ExpandCollapseState get(); };
System.Windows.Automation.ExpandCollapseState System.Windows.Automation.Provider.IExpandCollapseProvider.ExpandCollapseState { get; }
member this.System.Windows.Automation.Provider.IExpandCollapseProvider.ExpandCollapseState : System.Windows.Automation.ExpandCollapseState
 ReadOnly Property ExpandCollapseState As ExpandCollapseState Implements IExpandCollapseProvider.ExpandCollapseState

屬性值

ExpandCollapseState

控制項的狀態,可能為展開或摺疊。

實作

備註

這個成員是明確介面成員實作, 只有在 TreeViewDataItemAutomationPeer 執行個體轉換成 IExpandCollapseProvider 介面時,才能使用這個成員。

適用於