IMajorObject.WriteRef(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 a reference for the IMajorObject.
public void WriteRef (System.Xml.XmlWriter writer);
abstract member WriteRef : System.Xml.XmlWriter -> unit
Public Sub WriteRef (writer As XmlWriter)
Parameters
- writer
- XmlWriter
The writer for the output.
Remarks
This API supports the product infrastructure and is not intended to be used directly from your code.