Proprietà DragDropAction.TargetElement

Ottiene o imposta l'elemento in cui l'operazione di trascinamento avvia.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

'Dichiarazione
Public Property TargetElement As UITechnologyElement
public UITechnologyElement TargetElement { get; set; }
public:
property UITechnologyElement^ TargetElement {
    UITechnologyElement^ get ();
    void set (UITechnologyElement^ value);
}
member TargetElement : UITechnologyElement with get, set
function get TargetElement () : UITechnologyElement
function set TargetElement (value : UITechnologyElement)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
L'elemento dell'interfaccia utente di origine.

Note

L'impostazione di questa proprietà generato PropertyChanged evento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DragDropAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

UITechnologyElement

PropertyChanged