DragDropAction.SourceElement Propriedade
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
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
Valor de propriedade
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
O elemento de interface (UI) do usuário de origem.
Consulte também
UITechnologyElement
Classe DragDropAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common
Retornar ao topo