适用于通用Windows平台的MonoGame跨平台条件编译符号
答
了这个问题的答案是:
#if WINDOWS_UAP
using Windows.Storage;
#endif