Compartir a través de


DragDropAction.StopLocation (Propiedad)

Obtiene o establece el punto final para la operación de arrastrar y colocar.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public Property StopLocation As Point
    Get
    Set
public Point StopLocation { get; set; }
public:
property Point StopLocation {
    Point get ();
    void set (Point value);
}
member StopLocation : Point with get, set
function get StopLocation () : Point
function set StopLocation (value : Point)

Valor de propiedad

Tipo: System.Drawing.Point
Punto final.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

DragDropAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

Point

PropertyChanged