Partager via


Propriété DragDropAction.SourceElement

 

Obtient ou définit l'élément au niveau duquel l'opération de glisser-déplacer commence.

Espace de noms:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

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

Valeur de propriété

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

Élément de l'interface utilisateur source.

Voir aussi

UITechnologyElement
DragDropAction, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

Retour au début