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

适用于