Développer Réduire
EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

XmlWriter.WriteEndDocument Method

May 02, 2013

When overridden in a derived class, closes any open elements or attributes and puts the writer back in the Start state.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)
public abstract void WriteEndDocument()
ExceptionCondition
ArgumentException

The XML document is invalid.

NoteNote:

When you use the XmlWriter methods to output XML, the elements and attributes will not be written until you call the Close method.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Cela vous a-t-il été utile ?
(1500 caractères restants)
© 2013 Microsoft. Tous droits réservés.