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.
是否可以在 MetroStyle 应用程序中使用 COM 对象?我想开发一个简单的应用程序,通过 COM 使用 MediaMonkey 的 API。
一般来说,不可能使用 Metro 风格应用程序中的现有 COM 对象。有一些例外,但几乎所有现有的 COM 对象都会在运行时被阻止。
您最好的选择是查看 MediaMonkey 人员是否可以将他们的 API 重新打包为 winrt 组件,然后将该组件添加到您的包中。