In This Article

TaskCardAutomationPeer Class

Exposes TaskCard types to UI Automation.

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

Constructors

TaskCardAutomationPeer(TaskCard)

Initializes a new instance of the TaskCardAutomationPeer class.

public TaskCardAutomationPeer(TaskCard owner)
Parameter Type Description
owner TaskCard

The owner element.

Methods

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.

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by GetLocalizedControlType().

protected override string GetLocalizedControlTypeCore()

Returns

string:

The type of the control.