In This Article

IntelliPromptParameterInfoAutomationPeer Class

Exposes IntelliPromptParameterInfo type instances to UI Automation.

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

Constructors

IntelliPromptParameterInfoAutomationPeer(IntelliPromptParameterInfo)

Exposes IntelliPromptParameterInfo type instances to UI Automation.

public IntelliPromptParameterInfoAutomationPeer(IntelliPromptParameterInfo owner)
Parameter Type Description
owner IntelliPromptParameterInfo

The owner element.

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.

GetLocalizedControlTypeCore()

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

protected override string GetLocalizedControlTypeCore()

Returns

string:

The type of the control.

Extension Methods