Share via


SilverlightTestPlugin.GetElementFromWindowHandle Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides UITechnologyManager.GetElementFromWindowHandle(IntPtr).

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Overrides Function GetElementFromWindowHandle ( _
    handle As IntPtr _
) As IUITechnologyElement
public override IUITechnologyElement GetElementFromWindowHandle(
    IntPtr handle
)
public:
virtual IUITechnologyElement^ GetElementFromWindowHandle(
    IntPtr handle
) override
abstract GetElementFromWindowHandle : 
        handle:IntPtr -> IUITechnologyElement 
override GetElementFromWindowHandle : 
        handle:IntPtr -> IUITechnologyElement 
public override function GetElementFromWindowHandle(
    handle : IntPtr
) : IUITechnologyElement

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Returns IUITechnologyElement.

Implements

IUITechnologyManager.GetElementFromWindowHandle(IntPtr)

.NET Framework Security

See Also

Reference

SilverlightTestPlugin Class

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace