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.
Gets or sets the screen location where the pointer operation occurred.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property AbsoluteLocation As Point
public Point AbsoluteLocation { get; set; }
public:
property Point AbsoluteLocation {
Point get ();
void set (Point value);
}
member AbsoluteLocation : Point with get, set
function get AbsoluteLocation () : Point
function set AbsoluteLocation (value : Point)
Property Value
Type: Point
The screen location for the operation.
Remarks
Setting this property raises the PropertyChanged event.
.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.