Partilhar via


UITestAction.UIElement Propriedade

 

Obtém ou define o elemento de interface do usuário nesta ação que se opere.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

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

Valor de propriedade

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

O elemento associado de interface do usuário, ou null durante a gravação de baixo nível onde nenhum reconhecimento de objeto ocorre.

Comentários

Aciona o evento PropertyChanged quando valor é definido.

Consulte também

PropertyChanged
Classe UITestAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common

Retornar ao topo