MetadataSet.WriteTo(XmlWriter) Method

Definition

Writes the MetadataSet to XML using the specified XmlWriter.

public:
 void WriteTo(System::Xml::XmlWriter ^ writer);
public void WriteTo (System.Xml.XmlWriter writer);
member this.WriteTo : System.Xml.XmlWriter -> unit
Public Sub WriteTo (writer As XmlWriter)

Parameters

writer
XmlWriter

The writer to use to write the XML.

Exceptions

The writer is null.

Remarks

Writes a MetadataSet to an XML stream.

Applies to