[This is preliminary documentation and is subject to change.]
Invokes ToXml(YamlDocument).
| C# | Visual Basic | Visual C++ |
public static XmlDocument ToXml( this YamlDocument document, XmlConverterOptions options )
<ExtensionAttribute> _ Public Shared Function ToXml ( _ document As YamlDocument, _ options As XmlConverterOptions _ ) As XmlDocument
[ExtensionAttribute] public: static XmlDocument^ ToXml( YamlDocument^ document, XmlConverterOptions^ options )
- document (YamlDocument)
[Missing <param name="document"/> documentation for "M:YamlDotNet.Converters.Xml.Extensions.XmlConverterExtensions.ToXml(YamlDotNet.RepresentationModel.YamlDocument,YamlDotNet.Converters.Xml.XmlConverterOptions)"]
- options (XmlConverterOptions)
[Missing <param name="options"/> documentation for "M:YamlDotNet.Converters.Xml.Extensions.XmlConverterExtensions.ToXml(YamlDotNet.RepresentationModel.YamlDocument,YamlDotNet.Converters.Xml.XmlConverterOptions)"]
[Missing <returns> documentation for "M:YamlDotNet.Converters.Xml.Extensions.XmlConverterExtensions.ToXml(YamlDotNet.RepresentationModel.YamlDocument,YamlDotNet.Converters.Xml.XmlConverterOptions)"]