共用方式為


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

適用於