次の方法で共有


DocumentPageViewAutomationPeer(DocumentPageView) コンストラクター

定義

DocumentPageViewAutomationPeer クラスの新しいインスタンスを初期化します。

public:
 DocumentPageViewAutomationPeer(System::Windows::Controls::Primitives::DocumentPageView ^ owner);
public DocumentPageViewAutomationPeer (System.Windows.Controls.Primitives.DocumentPageView owner);
new System.Windows.Automation.Peers.DocumentPageViewAutomationPeer : System.Windows.Controls.Primitives.DocumentPageView -> System.Windows.Automation.Peers.DocumentPageViewAutomationPeer
Public Sub New (owner As DocumentPageView)

パラメーター

owner
DocumentPageView

この DocumentPageViewAutomationPeer に関連付けられた DocumentPageView

適用対象