TestElement.IsAutomated (Propiedad)

Obtiene un valor que indica si este elemento de prueba está automatizado.

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

Sintaxis

'Declaración
<VisiblePropertyAttribute> _
Public Overridable ReadOnly Property IsAutomated As Boolean
[VisiblePropertyAttribute]
public virtual bool IsAutomated { get; }
[VisiblePropertyAttribute]
public:
virtual property bool IsAutomated {
    bool get ();
}
[<VisiblePropertyAttribute>]
abstract IsAutomated : bool with get
[<VisiblePropertyAttribute>]
override IsAutomated : bool with get
function get IsAutomated () : boolean

Valor de propiedad

Tipo: System.Boolean
Es true si este elemento de prueba está automatizado; de lo contrario, es false.

Implementaciones

ITestElement.IsAutomated

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

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