ObjectReference.WriteContent(XmlWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes out a serialized ObjectReference by using an xmlWriter.
public void WriteContent (System.Xml.XmlWriter writer);
member this.WriteContent : System.Xml.XmlWriter -> unit
Public Sub WriteContent (writer As XmlWriter)
Parameters
- writer
- XmlWriter
An XmlWriter to which the content is writen.