XamlXmlWriter.Flush 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.
Appelle la Flush méthode du sous-jacent XmlWriter ou TextWriter, qui écrit tout ce qui se trouve actuellement dans la mémoire tampon, puis ferme l’enregistreur.
public:
void Flush();
public void Flush();
member this.Flush : unit -> unit
Public Sub Flush ()
Remarques
Le Dispose comportement d’un XamlXmlWriter peut être influencé par ses paramètres d’enregistreur, en particulier par XamlXmlWriterSettings.CloseOutput.