Template.Saved 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.
True si le document ou modèle spécifié n’a pas changé depuis son dernier enregistrement. False si Microsoft Word affiche une invite à enregistrer les modifications lorsque le document est fermé.
public:
property bool Saved { bool get(); void set(bool value); };
public bool Saved { get; set; }
member this.Saved : bool with get, set
Public Property Saved As Boolean