IJSVsaItem.IsDirty 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.
Retourne une valeur indiquant si la représentation en mémoire actuelle de l'élément diffère de la représentation persistante.
public:
property bool IsDirty { bool get(); };
public bool IsDirty { get; }
member this.IsDirty : bool
Public ReadOnly Property IsDirty As Boolean
Valeur de propriété
true
Si l’élément est impropre et nécessite donc un enregistrement ; false
si l’élément n’est pas modifié.