Udostępnij za pośrednictwem


Właściwość UITestAction.UIElement

 

Pobiera lub ustawia element interfejsu użytkownika, na którym działa ta akcja.

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

Składnia

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

Wartość właściwości

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

Skojarzony element interfejsu użytkownika, lub null podczas nagrywania niskiego poziomu, gdzie występuje brak rozpoznawania obiektu.

Uwagi

Powoduje wystąpienie zdarzenia PropertyChanged, gdy wartość jest ustalona.

Zobacz też

PropertyChanged
Klasa UITestAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku