XdsStatusReporttoXml Method |
[Missing <summary> documentation for "M:DXMLBase.Xds.XdsStatusReport.toXml(System.Xml.XmlDocument)"]
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic XmlElement toXml(
XmlDocument document
)
Public Function toXml (
document As XmlDocument
) As XmlElement
public:
XmlElement^ toXml(
XmlDocument^ document
)
member toXml :
document : XmlDocument -> XmlElement
Parameters
- document
- Type: System.XmlXmlDocument
[Missing <param name="document"/> documentation for "M:DXMLBase.Xds.XdsStatusReport.toXml(System.Xml.XmlDocument)"]
Return Value
Type:
XmlElementThe constructed <status> element.
See Also