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.
図のように、独自の WPF ユーザー コントロールを領域に配置するために実装する必要があるインターフェイス。カスタム ビジネス ロジックを WDE に追加する必要があります。これを行うためのより良い方法を教えてください。
以下を使用していくつかのビューを置き換えることができます:IObjectContainer.RegisterType<Interface,Class>(); しかし、インタラクション ウィンドウを置き換える方法がわかりません。
IObjectContainer.RegisterType<Interface,Class>();