FixedPageAutomationPeer(FixedPage) 构造函数

定义

初始化 FixedPageAutomationPeer 类的新实例。

public:
 FixedPageAutomationPeer(System::Windows::Documents::FixedPage ^ owner);
public FixedPageAutomationPeer (System.Windows.Documents.FixedPage owner);
new System.Windows.Automation.Peers.FixedPageAutomationPeer : System.Windows.Documents.FixedPage -> System.Windows.Automation.Peers.FixedPageAutomationPeer
Public Sub New (owner As FixedPage)

参数

owner
FixedPage

与此 FixedPageAutomationPeer 关联的 FixedPage

适用于