In This Article

AutomationContentControlAutomationPeer Class

Exposes AutomationContentControl types to UI Automation.

public class AutomationContentControlAutomationPeer : FrameworkElementAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object

Constructors

AutomationContentControlAutomationPeer(AutomationContentControl)

Exposes AutomationContentControl types to UI Automation.

public AutomationContentControlAutomationPeer(AutomationContentControl owner)
Parameter Type Description
owner AutomationContentControl

The owner.

Methods

GetAutomationControlTypeCore()

Gets the control type for the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAutomationControlType().

protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType:

The Custom enumeration value.

GetClassNameCore()

Gets the name of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClassName().

protected override string GetClassNameCore()

Returns

string:

An Empty string.

Extension Methods