IAutomatedElement Interface

Definition

This interface must be implemented by any element that is automated. It provides a reference to the IAutomationAdapter that's used by the object to provide automation.

public interface class IAutomatedElement
public interface IAutomatedElement
type IAutomatedElement = interface
Public Interface IAutomatedElement

Properties

AutomationAdapter

A reference to the automation adapter used by this automated element. The IAutomationAdapter provides access to automation properties of the automated object.

Applies to