IChangeTracking.IsChanged Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'état changé de l'objet.
public:
property bool IsChanged { bool get(); };
public bool IsChanged { get; }
member this.IsChanged : bool
Public ReadOnly Property IsChanged As Boolean
Valeur de propriété
true si le contenu de l’objet a changé depuis le dernier appel à AcceptChanges(); sinon, false.