DragDropAction.SourceElementName (Propiedad)

Obtiene o establece el nombre del elemento donde comienza la operación de arrastrar y colocar.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public Property SourceElementName As String
public string SourceElementName { get; set; }
public:
property String^ SourceElementName {
    String^ get ();
    void set (String^ value);
}
member SourceElementName : string with get, set
function get SourceElementName () : String
function set SourceElementName (value : String)

Valor de propiedad

Tipo: System.String
Nombre del elemento de la interfaz de usuario de origen.

Seguridad de .NET Framework

Vea también

Referencia

DragDropAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

UITechnologyElement