简体   繁体   中英

What is the vb6 IXMLDOMNode equivalent in C#

What is the C# equivalent of
Public Function getXMLNode() As MSXML.IXMLDOMNode ?

Here is a vb6 example where IXMLDOMNode is used to get the XML from the node.

Here is a C# example where IXMLDOMNODE is used. However, when I write
public IXMLDOMNode getXMLNode()
I get the: type or namespace name IXMLDOMNODE could not be found (are you missing a using directive or an assembly reference) error.

您需要安装XMLDOM sdk: http : //www.microsoft.com/zh-cn/download/details.aspx?id= 4608

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM