Condividi tramite


Proprietà DragDropAction.TargetElement

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

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
    Get
    Set
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
Elemento dell'interfaccia utente di origine.

Note

L'impostazione di questa proprietà determina la generazione dell'evento PropertyChanged.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DragDropAction Classe

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

UITechnologyElement

PropertyChanged