Udostępnij za pośrednictwem


Właściwość InvokeAction.SourceElement —

Element, na którym zdarzyło się rzeczywiste działania.Na przykład na elemencie listy obrazów, rzeczywiste Akcja dzieje się w obrazie, ale wywołać Jeśli uruchamiane w elemencie.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

'Deklaracja
Public Property SourceElement As UITechnologyElement
public UITechnologyElement SourceElement { get; set; }
public:
property UITechnologyElement^ SourceElement {
    UITechnologyElement^ get ();
    void set (UITechnologyElement^ value);
}
member SourceElement : UITechnologyElement with get, set
function get SourceElement () : UITechnologyElement 
function set SourceElement (value : UITechnologyElement)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

InvokeAction Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common