AnnotationResource.WriteXml(XmlWriter) Method

Definition

Serializes the AnnotationResource to a specified XmlWriter.

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

Parameters

writer
XmlWriter

The XML writer to serialize the AnnotationResource.

Implements

Exceptions

writer is null.

Applies to

See also