AtomPub10ServiceDocumentFormatter.WriteTo(XmlWriter) 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.
Écrit un ServiceDocument objet associé au formateur dans un enregistreur XML spécifié.
public:
override void WriteTo(System::Xml::XmlWriter ^ writer);
public override void WriteTo(System.Xml.XmlWriter writer);
override this.WriteTo : System.Xml.XmlWriter -> unit
Public Overrides Sub WriteTo (writer As XmlWriter)
Paramètres
- writer
- XmlWriter
Enregistreur XML écrit par le formateur.
Exceptions
writer a la valeur null.
Le document de service associé au formateur est null.