Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustOverride Sub GetClickablePoint ( _
<OutAttribute> ByRef pointX As Integer, _
<OutAttribute> ByRef pointY As Integer _
)
public abstract void GetClickablePoint(
out int pointX,
out int pointY
)
public:
virtual void GetClickablePoint(
[OutAttribute] int% pointX,
[OutAttribute] int% pointY
) abstract
abstract GetClickablePoint :
pointX:int byref *
pointY:int byref -> unit
public abstract function GetClickablePoint(
pointX : int,
pointY : int
)
Parameters
- pointX
Type: Int32%
- pointY
Type: 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.