Condividi tramite


Proprietà DragDropAction.SourceElement

 

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

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

Valore proprietà

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement

Elemento dell'interfaccia utente di origine.

Vedere anche

UITechnologyElement
Classe DragDropAction
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

Torna all'inizio