AutomationElement.FromLocalProvider Method
.NET Framework 3.0
Retrieves a new AutomationElement object from a local IRawElementProviderSimple implementation.
Namespace: System.Windows.Automation
Assembly: UIAutomationClient (in uiautomationclient.dll)
Assembly: UIAutomationClient (in uiautomationclient.dll)
public static AutomationElement FromLocalProvider ( IRawElementProviderSimple localImpl )
public static function FromLocalProvider ( localImpl : IRawElementProviderSimple ) : AutomationElement
Not applicable.
Parameters
- localImpl
The provider object.
Return Value
An AutomationElement that represents the element served by the provider object.This method might be used by a client helper library to enable its callers to access its own native element type. For example, WPF uses this method internally so that it can return an AutomationElement to clients that want to get a UI Automation element directly from a UIElement.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.