SilverlightTestPlugin.GetElementFromPoint Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides UITechnologyManager.GetElementFromPoint(Int32, Int32).
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 GetElementFromPoint ( _
pointX As Integer, _
pointY As Integer _
) As IUITechnologyElement
public override IUITechnologyElement GetElementFromPoint(
int pointX,
int pointY
)
public:
virtual IUITechnologyElement^ GetElementFromPoint(
int pointX,
int pointY
) override
abstract GetElementFromPoint :
pointX:int *
pointY:int -> IUITechnologyElement
override GetElementFromPoint :
pointX:int *
pointY:int -> IUITechnologyElement
public override function GetElementFromPoint(
pointX : int,
pointY : int
) : IUITechnologyElement
Parameters
- pointX
Type: System.Int32
- pointY
Type: System.Int32
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Returns IUITechnologyElement.
Implements
IUITechnologyManager.GetElementFromPoint(Int32, Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace