Share via


FrameAutomationPeer(Frame) コンストラクター

定義

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

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

パラメーター

owner
Frame

この FrameAutomationPeer に関連付けられた Frame

適用対象