TestElement.CreatedByUI (Propiedad)

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

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

Sintaxis

'Declaración
<VisiblePropertyAttribute> _
Public Property CreatedByUI As Boolean
[VisiblePropertyAttribute]
public bool CreatedByUI { get; set; }
[VisiblePropertyAttribute]
public:
virtual property bool CreatedByUI {
    bool get () sealed;
    void set (bool value) sealed;
}
[<VisiblePropertyAttribute>]
abstract CreatedByUI : bool with get, set
[<VisiblePropertyAttribute>]
override CreatedByUI : bool with get, set
final function get CreatedByUI () : boolean
final function set CreatedByUI (value : boolean)

Valor de propiedad

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

Implementaciones

ITestElement.CreatedByUI

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

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