AutomationElement.FromLocalProvider(IRawElementProviderSimple) 方法

定义

从本地 AutomationElement 实现检索新的 IRawElementProviderSimple 对象。

public:
 static System::Windows::Automation::AutomationElement ^ FromLocalProvider(System::Windows::Automation::Provider::IRawElementProviderSimple ^ localImpl);
public static System.Windows.Automation.AutomationElement FromLocalProvider (System.Windows.Automation.Provider.IRawElementProviderSimple localImpl);
static member FromLocalProvider : System.Windows.Automation.Provider.IRawElementProviderSimple -> System.Windows.Automation.AutomationElement
Public Shared Function FromLocalProvider (localImpl As IRawElementProviderSimple) As AutomationElement

参数

localImpl
IRawElementProviderSimple

提供程序对象。

返回

一个 AutomationElement,它表示提供程序对象服务的元素。

注解

客户端帮助程序库可以使用此方法使调用方能够访问其自己的本机元素类型。 例如,WPF 在内部使用此方法,以便它可以将 返回到AutomationElement想要直接从 获取 UI 自动化 元素的UIElement客户端。

适用于

另请参阅