Compartir a través de


UITechnologyElement.Name (Propiedad)

Obtiene el nombre de este elemento.

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

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Name As String
public abstract string Name { get; }
public:
virtual property String^ Name {
    String^ get () abstract;
}
abstract Name : string with get
abstract function get Name () : String

Valor de propiedad

Tipo: System.String
Nombre del elemento.

Implementaciones

IUITechnologyElement.Name

Seguridad de .NET Framework

Vea también

Referencia

UITechnologyElement Clase

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