我正在尝试string
从我的Resources
. XML 文件名为MyXMLResourceFile.resx
.
我尝试使用 C# 方式使用
let myFile : string = Properties.Resources.MyXMLResourceFile
但它给了我错误(下Properties
):
The namespace or module 'Properties' is not defined.
我假设我错过了一个open
但不知道它会是什么。
抱歉,我对来自 VB 的 F# 还是很陌生。
附加信息:
我根据这个SO 答案自己制作了resx
文件,然后我查看了其他人如何访问它。在 C# 中,他们根据这个项目做了 Properties.Resources.XXXX ,我看到你可以使用但没有看到任何方法可以将整个文件直接读入.ResourceManager
string