Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 xmlreader 和所有这些,但我不知道如何引用或导入它们。我是初学者,所以请温柔。谢谢!
如果您使用的是 Visual Studio 2008,那么您真的应该看看 XML Literals。它允许您直接在代码中使用 XML,并具有内置的查询支持。
例子
Dim x = <xml><p>hello</p><p>world</p></xml>