使用 VS 2013 开发 Windows Phone 8.1 应用程序时出错
本文关键字:应用程序 出错 Phone VS 2013 开发 Windows 使用 | 更新日期: 2023-09-27 18:32:15
Windows Phone 8.1 应用程序开发中的错误:找不到类型或命名空间名称"ManipulationDeltaEventArgs"(是否缺少 using 指令或程序集引用?)
在 xaml 中包含网格的"ManipulationDelta"事件(仅用于测试)。在代码隐藏中,编写了以下回调:
private void LayoutRoot_ManipulationDelta(object sender, ManipulationDeltaEventArgs e)
{
}
但没有给出错误,无论如何,ManipulationDeltaEventArgs在命名空间system.windows.input中,希望包含在您的C#文件中。