我發現類AutomationFactory在Silverlight中,當你想使用COM對象訂閱的事件是真正有用的:有沒有類似於Silverlight的AutomationFactory for .NET的類?
AutomationEvent quitEvent = AutomationFactory.GetEvent(word,"Quit");
quitEvent.EventRaised += new EventHandler<AutomationEventArgs>(quitEvent_EventRaised);
- 你知不知道,可以從.NET可以使用任何同級?
- 您是否知道使用自動化綁定事件的方式?
在此先感謝。
它不是解決方案,System.Windows.Automation僅用於WPF UI – devi 2012-08-27 13:32:16