IAutomatedElement 接口

定义

此接口必须由任何自动的元素实现。 它提供对 IAutomationAdapter 对象用来提供自动化的的引用。

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

属性

AutomationAdapter

对此自动元素使用的自动化适配器的引用。 IAutomationAdapter提供对自动化对象的自动化属性的访问。

适用于