Partager via


IUITestBuilder.IsDirty, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Obtient ou définit une valeur indiquant si l'objet a été modifié.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
Property IsDirty As Boolean
    Get
    Set
bool IsDirty { get; set; }
property bool IsDirty {
    bool get ();
    void set (bool value);
}
abstract IsDirty : bool with get, set
function get IsDirty () : boolean
function set IsDirty (value : boolean)

Valeur de propriété

Type : System.Boolean
true si l'objet a changé ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IUITestBuilder Interface

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms