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.
私のwinformアプリでは、elementhostを使用してxamlを表示しています。xaml はビューモデルのプロパティを使用します。残念ながら、保存ボタン (このボタンは winform ボタンです) をクリックしても、xaml に入力したデータを取得できません。誰でもアドバイスできますか?
誰かがこの問題に遭遇した場合に備えて、これを行う必要があります。
CarView car = (CarView) CarHost.Child; CarViewModel cvm = (CarViewModel) car.DataContext;