DragDrop.TargetElementName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Property TargetElementName As String
    Get
    Set
'Usage
Dim instance As DragDrop
Dim value As String

value = instance.TargetElementName

instance.TargetElementName = value
public string TargetElementName { get; set; }
public:
property String^ TargetElementName {
    String^ get ();
    void set (String^ value);
}
function get TargetElementName () : String
function set TargetElementName (value : String)
member TargetElementName : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DragDrop Class

DragDrop Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace