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 リテラルを確認する必要があります。コード内で XML を直接操作することができ、クエリのサポートが組み込まれています。
例
Dim x = <xml><p>hello</p><p>world</p></xml>