0
ではサポートされていません。私のプロジェクト..アプリケーションのコマンドは、私は が</p> <p>私はちょうど始まる "ApplicationCommansがWindows Presentation Foundation(WPF)プロジェクトではサポートされていません" というエラーを得続ける</p> <p>:-) WPF(初心者)を使用してWPF
ソリューションプラットフォーム:AnyCPU
<Window x:Class="Wpf_CreatingARichTextEditor.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Wpf_CreatingARichTextEditor"
mc:Ignorable="d"
Title="MainWindow" Height="300" Width="400">
<Window.CommandBindings>
<CommandBinding Command="ApplicationCommans.Open"
Executed="CommandBinding_Executed" />
</Window.CommandBindings>
<Grid>
</Grid>
</Window>
おかげ
http://www.wpf-tutorial.com/commands/using-commands/ –