Freigeben über


Mouse.LocationImplementation-Eigenschaft

Ruft den aktuellen Speicherort des Mouse-Elements ab oder legt ihn fest.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Protected Overridable Property LocationImplementation As Point
    Get
    Set
protected virtual Point LocationImplementation { get; set; }
protected:
virtual property Point LocationImplementation {
    Point get ();
    void set (Point value);
}
abstract LocationImplementation : Point with get, set
override LocationImplementation : Point with get, set
function get LocationImplementation () : Point
function set LocationImplementation (value : Point)

Eigenschaftswert

Typ: System.Drawing.Point
Die Position des Mouse.

.NET Framework-Sicherheit

Siehe auch

Referenz

Mouse Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace

Point