Propriedade DragDropAction.StopLocation

Obtém ou define o ponto final para a operação de arrastar e soltar.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Drawing.Point
O ponto final.

Comentários

Configuração desta propriedade eleva o PropertyChanged de evento.

Segurança do .NET Framework

Consulte também

Referência

DragDropAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

Point

PropertyChanged