OpenXmlPackage.SaveAs(String) Méthode
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.
Attention
This API will be removed in future release. Instead, use Clone() as it does the same thing
Enregistre le contenu de toutes les parties et relations contenues dans le package OpenXml dans le fichier spécifié. Ouvre le document enregistré à l’aide des mêmes paramètres que pour ouvrir ce package OpenXml.
public DocumentFormat.OpenXml.Packaging.OpenXmlPackage SaveAs (string path);
[System.Obsolete("This API will be removed in future release. Instead, use Clone() as it does the same thing")]
public DocumentFormat.OpenXml.Packaging.OpenXmlPackage SaveAs (string path);
member this.SaveAs : string -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage
[<System.Obsolete("This API will be removed in future release. Instead, use Clone() as it does the same thing")>]
member this.SaveAs : string -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage
Public Function SaveAs (path As String) As OpenXmlPackage
Paramètres
- path
- String
Chemin d’accès et nom de fichier du document cible.
Retours
Package OpenXml cloné
- Attributs
Remarques
Appeler SaveAs(string) équivaut exactement à appeler Clone(string). Cette méthode est essentiellement fournie pour des raisons pratiques.