FrameworkContentElementAutomationPeer(FrameworkContentElement) 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 FrameworkContentElementAutomationPeer class.
public:
FrameworkContentElementAutomationPeer(System::Windows::FrameworkContentElement ^ owner);
public FrameworkContentElementAutomationPeer (System.Windows.FrameworkContentElement owner);
new System.Windows.Automation.Peers.FrameworkContentElementAutomationPeer : System.Windows.FrameworkContentElement -> System.Windows.Automation.Peers.FrameworkContentElementAutomationPeer
Public Sub New (owner As FrameworkContentElement)
Parameters
- owner
- FrameworkContentElement
The FrameworkContentElement that is associated with this FrameworkContentElementAutomationPeer.