Partilhar via


Propriedade DragDropAction.SourceElement

Obtém ou define o elemento onde uma operação de arrastar-e-soltar é iniciada.

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

Sintaxe

'Declaração
Public Property SourceElement As UITechnologyElement
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
O elemento de interface (UI) do usuário de origem.

Segurança do .NET Framework

Consulte também

Referência

DragDropAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

UITechnologyElement