本文介绍了如何在 windows phone 8.1 通用应用程序中使用 windows phone 工具包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 windows 8.1 通用应用项目中使用 nuget 包添加了 windows 手机工具包.它已成功添加,但我在项目中看不到引用程序集,也无法在页面 xaml 中添加引用以使用工具包控件.如何在通用 Windows Phone 8.1 应用中使用 Windows 工具包?

I have added windows phone toolkit using nuget package in windows 8.1 universal app project. it is added successfully, but I can't see reference assemblies in the project and neither i can add reference in page xaml to use toolkit controls. How can use windows toolkit in universal windows phone 8.1 app?

推荐答案

Windows Phone Toolkit 目前(2014 年 4 月 26 日)仅支持 Silverlight 8.0/8.1 应用程序.

The Windows Phone Toolkit is currently (26th of April, 2014) only supporting Silverlight 8.0 / 8.1 applications.

如果您希望重用组件,您需要从 CodePlex 下载源代码 并将各个组件移植到 Windows运行时库项目.但是,这可能需要(非常)大量的工作.

If you wish to re-use components, you would need to download the source from CodePlex and port the individual components to a Windows Runtime library project. However, this might require a (very) large portion of work.

这篇关于如何在 windows phone 8.1 通用应用程序中使用 windows phone 工具包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 00:02
查看更多