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.
VB.Net XML Axis クエリで変数タグ名を使用することは可能ですか?
例: contact....< varTag >.Value
「varTag」は変数名であり、実際のタグ名は実行時にのみ認識されます。
ありがとう。
VB.NET XML 軸構文ではできないと思いますが、メソッドを使用できます( の代わりにElement書くだけです) 。.Element(varTag).<varTag>
Element
.Element(varTag)
.<varTag>