Właściwość DragDropAction.SourceElement
Pobiera lub ustawia element gdzie rozpoczęcia operacji przeciągania i upuszczania.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
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
Wartość właściwości
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
Element interfejsu użytkownika źródłowego.
Zobacz też
UITechnologyElement
Klasa DragDropAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku