类型工具栏的值无法添加到Collection类型的集合或字典中

时间:2017-08-19 10:20:05

标签: wpf visual-studio xaml visual-studio-2017 toolbar

我在ToolBarTray中使用Toolbar(s)获得标题中描述的错误,如下所示:

<ToolBarTray DockPanel.Dock="Top">
        <ToolBar>
            <Button Command="New" Content="New" />
            <Button Command="Open" Content="Open" />
            <Button Command="Save" Content="Save" />
        </ToolBar>
        <ToolBar>
            <Button Command="Cut" Content="Cut" />
            <Button Command="Copy" Content="Copy" />
            <Button Command="Paste" Content="Paste" />
        </ToolBar>
    </ToolBarTray>

我可以编译程序,它运行完美,但我继续在Visual Studio中得到错误。 看起来我错过了一些东西,但我不知道它是什么......

有什么想法吗?提前谢谢!

编辑问题神奇地消失了。我唯一可以说的是,今天早上我重新启动了(我不确定我是否在重新启动时遇到错误:我常常把我的机器弄错了。)

0 个答案:

没有答案