Window.Close(Object, Object) 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.
Ferme la fenêtre spécifiée.
public void Close (ref object SaveChanges, ref object RouteDocument);
abstract member Close : obj * obj -> unit
Public Sub Close (Optional ByRef SaveChanges As Object, Optional ByRef RouteDocument As Object)
Paramètres
- SaveChanges
- Object
Objetfacultatif. Spécifie l'enregistrement action pour le document. Il peut s’agir de l’une des WdSaveOptions constantes suivantes : wdDoNotSaveChanges, wdPromptToSaveChangesou wdSaveChanges.
- RouteDocument
- Object
Objetfacultatif. True pour distribuer le document au destinataire suivant. Si le document n'a un bordereau de routage attaché, cet argument est ignoré.