UITechnologyManagerProxy.GetElementFromPoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetElementFromPoint(Int32, Int32) | |
GetElementFromPoint(Int32, Int32, AutomationElement) |
GetElementFromPoint(Int32, Int32)
public:
override Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ GetElementFromPoint(int pointX, int pointY);
public override Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement GetElementFromPoint (int pointX, int pointY);
override this.GetElementFromPoint : int * int -> Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Public Overrides Function GetElementFromPoint (pointX As Integer, pointY As Integer) As IUITechnologyElement
Parameters
- pointX
- Int32
- pointY
- Int32
Returns
Applies to
GetElementFromPoint(Int32, Int32, AutomationElement)
public:
override Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ GetElementFromPoint(int pointX, int pointY, System::Windows::Automation::AutomationElement ^ ceilingElement);
public override Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement GetElementFromPoint (int pointX, int pointY, System.Windows.Automation.AutomationElement ceilingElement);
override this.GetElementFromPoint : int * int * System.Windows.Automation.AutomationElement -> Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Public Overrides Function GetElementFromPoint (pointX As Integer, pointY As Integer, ceilingElement As AutomationElement) As IUITechnologyElement
Parameters
- pointX
- Int32
- pointY
- Int32
- ceilingElement
- AutomationElement