Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ICommand の名前空間が見つからないため、Microsoft Visual Studio でコードをコンパイルできません。しかし、それは System.Windows.Input ですね。
using System.Windows.Input; internal class CommandCreate : ICommand { //code }
WPF アプリケーションが作成されていることを確認します。ICommand はSystem.Windows.Input名前空間とSystem.dllアセンブリの一部です。
System.Windows.Input
System.dll