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.EnsureVisibleByScrolling(Int32, Int32, 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 EnsureVisibleByScrolling ( _
pointX As Integer, _
pointY As Integer, _
ByRef outpointX As Integer, _
ByRef outpointY As Integer _
)
public override void EnsureVisibleByScrolling(
int pointX,
int pointY,
ref int outpointX,
ref int outpointY
)
public:
virtual void EnsureVisibleByScrolling(
int pointX,
int pointY,
int% outpointX,
int% outpointY
) override
abstract EnsureVisibleByScrolling :
pointX:int *
pointY:int *
outpointX:int byref *
outpointY:int byref -> unit
override EnsureVisibleByScrolling :
pointX:int *
pointY:int *
outpointX:int byref *
outpointY:int byref -> unit
public override function EnsureVisibleByScrolling(
pointX : int,
pointY : int,
outpointX : int,
outpointY : int
)
Parameters
- pointX
Type: System.Int32
- pointY
Type: System.Int32
- outpointX
Type: System.Int32%
- outpointY
Type: System.Int32%
Implements
IUITechnologyElement.EnsureVisibleByScrolling(Int32, Int32, 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