Share via


DragDropAction.SourceElement Property

 

Gets or sets the element where the drag-and-drop operation starts.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

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

Property Value

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

The source user interface (UI) element.

See Also

UITechnologyElement
DragDropAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top