INotifyHostEventHandler 介面
必須在主應用程式中實作的介面,當 InfoPathEditor 物件裝載在自訂應用程式中,可處理 XDocument 物件的 NotifyHost 方法。
**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)
語法
'宣告
<InterfaceTypeAttribute(1)> _
<GuidAttribute("096CD764-0786-11D1-95FA-0080C78EE3BB")> _
Public Interface INotifyHostEventHandler
'用途
Dim instance As INotifyHostEventHandler
[InterfaceTypeAttribute(1)]
[GuidAttribute("096CD764-0786-11D1-95FA-0080C78EE3BB")]
public interface INotifyHostEventHandler
備註
INotifyHostEventHandler 介面用來隨時將資料傳送至主應用程式 (使用自訂表單程式碼),特別是無法使用 InfoPathEditor 物件的 Host 屬性存取主機時。
如需有關 InfoPathEditor 及 FormControl 物件的詳細資訊,請參閱 MSDN 文章將 InfoPath 2007 表單編輯環境裝載在自訂 Windows Form 應用程式中 (英文) 及 InfoPath 開發人員的新功能 (英文) 中的<以控制項形式裝載的 InfoPath 編輯器>(InfoPath Editor Hosted as a Control) 一節。
請參閱
參考
INotifyHostEventHandler 成員
Microsoft.Office.Interop.InfoPath 命名空間