Partilhar via


Propriedade UITestControl.NativeElement

Obtém o elemento nativo a tecnologia correspondente a esse controle.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property NativeElement As Object
public virtual Object NativeElement { get; }
public:
virtual property Object^ NativeElement {
    Object^ get ();
}
abstract NativeElement : Object with get
override NativeElement : Object with get
function get NativeElement () : Object

Valor de propriedade

Tipo: System.Object
O elemento nativo a tecnologia correspondente a esse controle.

Segurança do .NET Framework

Consulte também

Referência

UITestControl Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting