In This Article

TaskColumnItemAutomationPeer Class

Exposes TaskColumn item types to UI Automation.

public class TaskColumnItemAutomationPeer : ItemAutomationPeer
Inheritance:
object AutomationPeer ItemAutomationPeer object

Constructors

TaskColumnItemAutomationPeer(object, TaskColumnAutomationPeer)

Initializes a new instance of the TaskColumnItemAutomationPeer class.

public TaskColumnItemAutomationPeer(object item, TaskColumnAutomationPeer itemsControlAutomationPeer)
Parameter Type Description
item object

The data item in the collection that is associated with this ItemAutomationPeer.

itemsControlAutomationPeer TaskColumnAutomationPeer

The ItemsControlAutomationPeer that is associated with the ItemsControl that holds the data item.

Methods

GetAutomationControlTypeCore()

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

protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType:

The control type.

GetClassNameCore()

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

protected override string GetClassNameCore()

Returns

string:

The class name.

GetLocalizedControlTypeCore()

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

protected override string GetLocalizedControlTypeCore()

Returns

string:

The type of the control.