DirectoryRequest.ToXmlNode(XmlDocument) Metoda

Definicja

Metoda ToXmlNode(XmlDocument) tworzy węzeł XML z określonego XmlDocument obiektu.

protected:
 abstract System::Xml::XmlElement ^ ToXmlNode(System::Xml::XmlDocument ^ doc);
protected abstract System.Xml.XmlElement ToXmlNode (System.Xml.XmlDocument doc);
abstract member ToXmlNode : System.Xml.XmlDocument -> System.Xml.XmlElement
Protected MustOverride Function ToXmlNode (doc As XmlDocument) As XmlElement

Parametry

doc
XmlDocument

Element do reprezentowania XmlDocument jako element XML.

Zwraca

Utworzony element XmlElement.

Dotyczy