在VS2012中开发windows 应用商店应用,在Xaml中定义了一个GridView控件,在cpp中动态添加了Canvans控件,并订阅DoubleTapped事件,事件函数中调用,gridview->Items->Clear(); 发生错误
错误提示:
First-chance exception at 0x76BB4B32 (KernelBase.dll) in file operations.exe: 0x40080201: WinRT originate error (parameters: 0x80040201, 0x00000064, 0x02D4ED8C).
If there is a handler for this exception, the program may be safely continued.
........................................
在控件PonterPressed 中没发生错误