共用方式為


XmlHelpers.XmlDocumentFromNode(XmlNode) 方法

定義

public:
 static System::Xml::XmlDocument ^ XmlDocumentFromNode(System::Xml::XmlNode ^ node);
public static System.Xml.XmlDocument XmlDocumentFromNode (System.Xml.XmlNode node);
static member XmlDocumentFromNode : System.Xml.XmlNode -> System.Xml.XmlDocument
Public Shared Function XmlDocumentFromNode (node As XmlNode) As XmlDocument

參數

node
XmlNode

傳回

適用於