FrameAutomationPeer(Frame) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the FrameAutomationPeer class.
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)
Parameters
- owner
- Frame
The Frame that is associated with this FrameAutomationPeer.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.