Share via


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

適用対象