Właściwość DragDropAction.TargetElement
Pobiera lub ustawia element, gdzie rozpoczyna się operacji przeciągania 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 TargetElement { get; set; }
public:
property UITechnologyElement^ TargetElement {
UITechnologyElement^ get();
void set(UITechnologyElement^ value);
}
member TargetElement : UITechnologyElement with get, set
Public Property TargetElement As UITechnologyElement
Wartość właściwości
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
Element interfejsu użytkownika źródłowego.
Uwagi
Ustawienie tej właściwości stwarza PropertyChanged zdarzenia.
Zobacz też
UITechnologyElement
PropertyChanged
Klasa DragDropAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku