标签: c# wpf vsto office-interop
是否可以通过Office Interop或一些巧妙的HWND播放,在自定义任务窗格中直接托管WPF UserControl(或Window)?有人做过吗?请注意,我了解流行的ElementHost方法,并且之前已做过无数次。我正在寻找以某种方式消除WinForms组件需求的方法。
UserControl
Window
ElementHost
如果有人甚至可以指向确认不可能的官方文件,这将有所帮助。
This suggested duplicate要求我们使用ElementHost,这正是我要避免的方法。