Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Scrolls the user interface to a specific point to make sure that the control is clickable.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Sub EnsureClickable ( _
point As Point _
)
public void EnsureClickable(
Point point
)
public:
void EnsureClickable(
Point point
)
member EnsureClickable :
point:Point -> unit
public function EnsureClickable(
point : Point
)
Parameters
point
Type: PointLocation relative to the control.
.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.