Condividi tramite


Proprietà UITestAction.UIElement

Ottiene o imposta l'elemento dell'interfaccia utente sul quale viene eseguita l'azione corrente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
Elemento dell'interfaccia utente associato oppure nullriferimento null (Nothing in Visual Basic) durante la registrazione di basso livello in cui non si verifica il riconoscimento dell'oggetto.

Note

Genera l'evento PropertyChanged quando il valore viene impostato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged