INotifyHostEventHandler 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当对象托管在自定义应用程序中时InfoPathEditor,必须在主机应用程序中实现以处理 NotifyHost(String) 对象的 方法XDocument的接口。
public interface class INotifyHostEventHandler
[System.Runtime.InteropServices.Guid("096CD764-0786-11D1-95FA-0080C78EE3BB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface INotifyHostEventHandler
type INotifyHostEventHandler = interface
Public Interface INotifyHostEventHandler
- 属性
注解
INotifyHostEventHandler 接口用于随时使用自定义表单代码将数据发送到主机应用程序,尤其是在无法使用 InfoPathEditor 对象的 属性访问Host主机时。
有关 InfoPathEditor 和 FormControl 对象 的详细信息,请参阅 MSDN 一文在自定义 Windows 窗体应用程序中托管 InfoPath 表单编辑环境面向 InfoPath 开发人员的新增功能。
方法
NotifyHostEventHandler(Object, String) |
当对象托管在自定义应用程序中时,处理 InfoPathEditor 对象的 方法XDocument中的事件NotifyHost(String)。 |