UITestAction.UIElement (Propiedad)

Obtiene o establece el elemento de la interfaz de usuario en el que esta acción funciona.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
Elemento de la interfaz de usuario asociado o nullreferencia null (Nothing en Visual Basic) durante la grabación de bajo nivel donde no se produce ningún reconocimiento de objetos.

Comentarios

Genera el evento PropertyChanged cuando se establece el valor.

Seguridad de .NET Framework

Vea también

Referencia

UITestAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

PropertyChanged