Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITechnologyElementProxy::GetClickablePoint Method (Int32, Int32)

 

Gets a clickable point for this element. The framework will use this to obtain clickable point if UITechnologyElement.GetOption(UITechnologyElementOption.GetClickablePointFrom) returns GetClickablePointFromTechnologyManager. To use the default algorithm provided by the framework, throw NotSupportedException.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
virtual void GetClickablePoint(
	[OutAttribute] int% pointX,
	[OutAttribute] int% pointY
) override

Parameters

pointX
Type: System::Int32

The x-coordinate of clickable point.

pointY
Type: System::Int32

The y-coordinate of clickable point.

Exception Condition
NotSupportedException

Throws System.NotSupportedException if this operation is not supported.

Return to top
Show: