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.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Function TryGetClickablePoint ( _
<OutAttribute> ByRef point As Point _
) As Boolean
public bool TryGetClickablePoint(
out Point point
)
public:
bool TryGetClickablePoint(
[OutAttribute] Point% point
)
member TryGetClickablePoint :
point:Point byref -> bool
public function TryGetClickablePoint(
point : Point
) : boolean
Parameters
- point
Type: Microsoft.VisualStudio.TestTools.UITest.Input.Point%
Return Value
Type: Boolean
.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.