共用方式為


ExpanderAutomationPeer(Expander) 建構函式

定義

建立 ExpanderAutomationPeer 類別的新執行個體。

public:
 ExpanderAutomationPeer(System::Windows::Controls::Expander ^ owner);
public ExpanderAutomationPeer (System.Windows.Controls.Expander owner);
new System.Windows.Automation.Peers.ExpanderAutomationPeer : System.Windows.Controls.Expander -> System.Windows.Automation.Peers.ExpanderAutomationPeer
Public Sub New (owner As Expander)

參數

owner
Expander

與這個 ExpanderAutomationPeer 關聯的 Expander

適用於