CompareRequest.ToXmlNode(XmlDocument) メソッド

定義

ToXmlNode(XmlDocument) メソッドは、指定したXmlDocument オブジェクトから XML ノードを作成します。

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

パラメーター

doc
XmlDocument

XmlDocument オブジェクト。

返品

結果として得られる XmlElement オブジェクト。

例外

DirectoryAttribute オブジェクトには、1 つの値が含まれている必要があります。

適用対象