Compartir a través de


ITestElement.CreatedByUI (Propiedad)

Obtiene o establece un valor que indica si la interfaz de usuario creó este elemento de prueba.

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

Sintaxis

'Declaración
Property CreatedByUI As Boolean
bool CreatedByUI { get; set; }
property bool CreatedByUI {
    bool get ();
    void set (bool value);
}
abstract CreatedByUI : bool with get, set
function get CreatedByUI () : boolean
function set CreatedByUI (value : boolean)

Valor de propiedad

Tipo: System.Boolean
true si la interfaz de usuario creó este elemento de prueba; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

ITestElement Interfaz

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