Właściwość DragDropAction.TargetElementName
Pobiera lub ustawia nazwę elementu, 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 string TargetElementName { get; set; }
public:
property String^ TargetElementName {
String^ get();
void set(String^ value);
}
member TargetElementName : string with get, set
Public Property TargetElementName As String
Wartość właściwości
Type: System.String
Nazwa źródła element interfejsu użytkownika.
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