XmlValidatorToXmlDocument Method |
[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.XmlValidator.ToXmlDocument(System.Xml.Linq.XDocument)"]
Namespace: WorkZone.Dispatcher.BaseAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static XmlDocument ToXmlDocument(
XDocument xDocument
)
Public Shared Function ToXmlDocument (
xDocument As XDocument
) As XmlDocument
public:
static XmlDocument^ ToXmlDocument(
XDocument^ xDocument
)
static member ToXmlDocument :
xDocument : XDocument -> XmlDocument
Parameters
- xDocument XDocument
[Missing <param name="xDocument"/> documentation for "M:WorkZone.Dispatcher.Base.XmlValidator.ToXmlDocument(System.Xml.Linq.XDocument)"]
Return Value
XmlDocument[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.XmlValidator.ToXmlDocument(System.Xml.Linq.XDocument)"]
See Also