Share via


DragDropAction.SourceElementName Property

 

Gets or sets the name of 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 string SourceElementName { get; set; }
public:
property String^ SourceElementName {
    String^ get();
    void set(String^ value);
}
member SourceElementName : string with get, set
Public Property SourceElementName As String

Property Value

Type: System.String

The name of the source UI element.

See Also

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

Return to top