Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides UITechnologyElement.GetClickablePoint(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 Sub GetClickablePoint ( _
<OutAttribute> ByRef pointX As Integer, _
<OutAttribute> ByRef pointY As Integer _
)
public override void GetClickablePoint(
out int pointX,
out int pointY
)
public:
virtual void GetClickablePoint(
[OutAttribute] int% pointX,
[OutAttribute] int% pointY
) override
abstract GetClickablePoint :
pointX:int byref *
pointY:int byref -> unit
override GetClickablePoint :
pointX:int byref *
pointY:int byref -> unit
public override function GetClickablePoint(
pointX : int,
pointY : int
)
Parameters
- pointX
Type: System.Int32%
- pointY
Type: System.Int32%
Implements
IUITechnologyElement.GetClickablePoint(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