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입니다.

적용 대상