OpenXmlPackage.CanSave 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 une valeur indiquant si l’enregistrement du package est pris en charge en appelant Save(). Certaines plateformes (telles que .NET Core) ont une prise en charge limitée de l’enregistrement.
Si false
la valeur est , le document et/ou le package doivent être entièrement fermés et supprimés, puis rouverts.
public static bool CanSave { get; }
public bool CanSave { get; }
static member CanSave : bool
member this.CanSave : bool
Public Shared ReadOnly Property CanSave As Boolean
Public ReadOnly Property CanSave As Boolean