Asked by andreas_rafn
at 2024-08-03 07:34:39
Point:500 Replies:3 POST_ID:828687USER_ID:11578
Topic:
Microsoft Visual Basic.Net;Extensible Markup Language (XML);.NET
I'm currently learning the XML features of VB.NET and Visual Studio 2010, and I have learned how I can enable intellisense in a XML file by associating it with a schema, and this works well. However since I'm mostly generating xml and not reading data from an xml file, I would like to be able to do the same when writing xml in a VB.NET module, class etc.
e.g. when writing xml directly in vb.net code like this:
e.g. when writing xml directly in vb.net code like this:
Is this possible?