IErrorLog interface
Implemented to contain any errors when retrieving printer settings to populate an IPropertyBag object used by a custom data importer.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
<GuidAttribute("3127CA40-446E-11CE-8135-00AA004BB851")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IErrorLog
'Usage
Dim instance As IErrorLog
[GuidAttribute("3127CA40-446E-11CE-8135-00AA004BB851")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IErrorLog
Remarks
A custom data importer is created by implementing the IInfoPathDataImporter interface. For more information about programmatically importing data into an InfoPath form, see the InfoPath Developer Portal on the Microsoft Office Developer Center.