ExtendedFrameworkElementAutomationPeer Constructors
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.
Overloads
ExtendedFrameworkElementAutomationPeer(FrameworkElement) |
Initializes a new instance of the ExtendedFrameworkElementAutomationPeer class. |
ExtendedFrameworkElementAutomationPeer(FrameworkElement, AutomationControlType) |
Initializes a new instance of the ExtendedFrameworkElementAutomationPeer class. |
ExtendedFrameworkElementAutomationPeer(FrameworkElement, AutomationControlType, Boolean) |
Initializes a new instance of the ExtendedFrameworkElementAutomationPeer class. |
ExtendedFrameworkElementAutomationPeer(FrameworkElement)
Initializes a new instance of the ExtendedFrameworkElementAutomationPeer class.
public:
ExtendedFrameworkElementAutomationPeer(System::Windows::FrameworkElement ^ owner);
public ExtendedFrameworkElementAutomationPeer (System.Windows.FrameworkElement owner);
new Microsoft.Management.UI.Internal.ExtendedFrameworkElementAutomationPeer : System.Windows.FrameworkElement -> Microsoft.Management.UI.Internal.ExtendedFrameworkElementAutomationPeer
Public Sub New (owner As FrameworkElement)
Parameters
- owner
- FrameworkElement
The owner of the automation peer.
Applies to
ExtendedFrameworkElementAutomationPeer(FrameworkElement, AutomationControlType)
Initializes a new instance of the ExtendedFrameworkElementAutomationPeer class.
public:
ExtendedFrameworkElementAutomationPeer(System::Windows::FrameworkElement ^ owner, System::Windows::Automation::Peers::AutomationControlType controlType);
public ExtendedFrameworkElementAutomationPeer (System.Windows.FrameworkElement owner, System.Windows.Automation.Peers.AutomationControlType controlType);
new Microsoft.Management.UI.Internal.ExtendedFrameworkElementAutomationPeer : System.Windows.FrameworkElement * System.Windows.Automation.Peers.AutomationControlType -> Microsoft.Management.UI.Internal.ExtendedFrameworkElementAutomationPeer
Public Sub New (owner As FrameworkElement, controlType As AutomationControlType)
Parameters
- owner
- FrameworkElement
The owner of the automation peer.
- controlType
- AutomationControlType
The control type of the element that is associated with the automation peer.
Applies to
ExtendedFrameworkElementAutomationPeer(FrameworkElement, AutomationControlType, Boolean)
Initializes a new instance of the ExtendedFrameworkElementAutomationPeer class.
public:
ExtendedFrameworkElementAutomationPeer(System::Windows::FrameworkElement ^ owner, System::Windows::Automation::Peers::AutomationControlType controlType, bool isControlElement);
public ExtendedFrameworkElementAutomationPeer (System.Windows.FrameworkElement owner, System.Windows.Automation.Peers.AutomationControlType controlType, bool isControlElement);
new Microsoft.Management.UI.Internal.ExtendedFrameworkElementAutomationPeer : System.Windows.FrameworkElement * System.Windows.Automation.Peers.AutomationControlType * bool -> Microsoft.Management.UI.Internal.ExtendedFrameworkElementAutomationPeer
Public Sub New (owner As FrameworkElement, controlType As AutomationControlType, isControlElement As Boolean)
Parameters
- owner
- FrameworkElement
The owner of the automation peer.
- controlType
- AutomationControlType
The control type of the element that is associated with the automation peer.
- isControlElement
- Boolean
Whether the element should show in the logical tree.