DirectoryRequest.ToXmlNode(XmlDocument) 메서드

정의

메서드는 ToXmlNode(XmlDocument) 지정된 XmlDocument 개체에서 XML 노드를 만듭니다.

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

매개 변수

doc
XmlDocument

XmlDocument XML 요소로 나타낼 값입니다.

반품

만든 XmlElement.

적용 대상