【发布时间】:2015-11-29 09:40:17
【问题描述】:
我想做屏幕投影应用。根据 MSDN,我需要 Package.appxmanifest 中的 rescap 命名空间。
我写了 thisxmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities",但没有出现命名空间。
我还需要什么吗?
【问题讨论】:
-
你说的“没有出现命名空间”是什么意思?如果要添加投屏功能,可以在
<Capabilities>中添加<rescap:Capability Name="screenDuplication"/>。
标签: windows-phone uwp appx appxmanifest