IErrorLog 接口

定义

实现为在检索打印机设置以填充 IPropertyBag 自定义数据导入程序使用的对象时包含任何错误。

public interface class IErrorLog
[System.Runtime.InteropServices.Guid("3127CA40-446E-11CE-8135-00AA004BB851")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IErrorLog
type IErrorLog = interface
Public Interface IErrorLog
属性

注解

自定义数据导入程序是通过实现 IInfoPathDataImporter 接口创建的。 有关以编程方式将数据导入 InfoPath 表单的详细信息,请参阅 InfoPath 开发人员门户Microsoft Office 开发人员中心。

方法

AddError(String, EXCEPINFO)

用于在自定义数据导入程序中使用的接口的 IErrorLog 实现中添加错误。

适用于