TestElement.IsModified (Propiedad)

Obtiene o establece un valor que indica si este elemento de prueba se ha modificado.

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

Sintaxis

'Declaración
Public Overridable Property IsModified As Boolean
public virtual bool IsModified { get; set; }
public:
virtual property bool IsModified {
    bool get ();
    void set (bool value);
}
abstract IsModified : bool with get, set
override IsModified : bool with get, set
function get IsModified () : boolean
function set IsModified (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Es true si este elemento de prueba se ha modificado; en caso contrario, es false.

Implementaciones

ITestElement.IsModified

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

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