ModifyRequest.ToXmlNode(XmlDocument) Metod

Definition

Metoden ToXmlNode(XmlDocument) skapar en XML-nod från det angivna XmlDocument objektet.

protected:
 override System::Xml::XmlElement ^ ToXmlNode(System::Xml::XmlDocument ^ doc);
protected override System.Xml.XmlElement ToXmlNode(System.Xml.XmlDocument doc);
override this.ToXmlNode : System.Xml.XmlDocument -> System.Xml.XmlElement
Protected Overrides Function ToXmlNode (doc As XmlDocument) As XmlElement

Parametrar

doc
XmlDocument

Ett XmlDocument objekt.

Returer

Det resulterande XmlElement objektet.

Gäller för