0
我在visual studio中包含了一個包含在我的解決方案中的xml文件。我在運行時在文件中添加新節點。但是,當我總是收到此消息The file has been modified out the source editor. Do you want to reload the file?
有沒有解決方案可以動態地在我的代碼中重新加載文件,而不是顯示此消息?如何在Visual Studio中動態地重新加載文件?