The property 'command' does not exist on the type 'Button'

Error 1 The property 'command' does not exist on the type 'Button' in the XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation'. C:UsersAdmindocumentsvisual studio 2010ProjectsMvvmLight2SampleMainPage.xaml 33 21 Sample


您需要在您的XAML中使用Command大写:

<Button Command="{Binding SomeCommand}">
链接地址: http://www.djcxy.com/p/34554.html

上一篇: 为什么XML命名空间通常以http:// ...开头?

下一篇: 该属性的'命令'不存在于类型'按钮'