IPlaybackContext.ActionLocation Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the location for mouse action.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
ReadOnly Property ActionLocation As Point
Get
'Usage
Dim instance As IPlaybackContext
Dim value As Point
value = instance.ActionLocation
Point ActionLocation { get; }
property Point ActionLocation {
Point get ();
}
function get ActionLocation () : Point
abstract ActionLocation : Point
Property Value
Type: System.Drawing.Point
The location for mouse action.
.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.