Właściwość SetBaseAction.SourceElement
Pobiera lub ustawia element źródłowy dla tej akcji.
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 źródłowy.
Uwagi
Ustawienie tej właściwości stwarza PropertyChanged zdarzenia.
Zobacz też
PropertyChanged
UITechnologyElement
Klasa SetBaseAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku