Partager via


DragDropAction.SourceElement, propriété

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

'Déclaration
Public Property SourceElement As UITechnologyElement
    Get
    Set
public UITechnologyElement SourceElement { get; set; }
public:
property UITechnologyElement^ SourceElement {
    UITechnologyElement^ get ();
    void set (UITechnologyElement^ value);
}
member SourceElement : UITechnologyElement with get, set
function get SourceElement () : UITechnologyElement
function set SourceElement (value : UITechnologyElement)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
Élément de l'interface utilisateur source.

Sécurité .NET Framework

Voir aussi

Référence

DragDropAction Classe

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

UITechnologyElement