DocData.SaveCompleted(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.
Appelé lorsque l’opération d’enregistrement est terminée.
public:
virtual int SaveCompleted(System::String ^ fileName);
public int SaveCompleted (string fileName);
abstract member SaveCompleted : string -> int
override this.SaveCompleted : string -> int
Public Function SaveCompleted (fileName As String) As Integer
Paramètres
- fileName
- String
Nom du fichier qui a été enregistré.