Compartilhar via


Propriedade TestElement.IsModified

Obtém ou define um valor que indica se o elemento de teste foi modificado.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Overridable Property IsModified As Boolean
    Get
    Set
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 propriedade

Tipo: System.Boolean
true Se o elemento de teste foi modificado; Caso contrário, false.

Implementações

ITestElement.IsModified

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Namespace Microsoft.VisualStudio.TestTools.Common