你可能已经猜到了,我是个菜鸟。我注意到,在尝试使用 VS express 为 windows phone 制作 windows phone 应用程序时,如果我遇到以下问题,我很快就会遇到问题:
- 在 xaml 中添加文本块
- 在文本块的标记中添加 Click="thing"
private void thing(object sender, MouseButtonEventArgs e) { return; }
在后面的代码中声明
VS 不让我编译,因为 xml 命名空间“ http://schemas.microsoft.com/winfx/2006/xaml/presentation ”中的“TextBlock”类型中不存在“Click”属性
我知道这个论坛通常不适合这些基本的东西,但我真的不明白我怎么能通过添加这两个东西来搞砸它。提前致谢