共用方式為


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

適用於