Compartir a través de


FrameAutomationPeer(Frame) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

owner
Frame

Frame asociado a este FrameAutomationPeer.

Se aplica a