IInfoPathDataImporterFields 接口

定义

视图中的字段集合。

public interface class IInfoPathDataImporterFields
[System.Runtime.InteropServices.Guid("096CD76C-0786-11D1-95FA-0080C78EE3BB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IInfoPathDataImporterFields
type IInfoPathDataImporterFields = interface
Public Interface IInfoPathDataImporterFields
属性

注解

GetControls(IEnumUnknown)使用 IInfoPathDataImporterFields 接口的 方法可返回对象的集合IInfoPathViewControl。 集合中的每个对象都对应于窗体视图中的一个控件。 每个控件都有各种可以计算或设置的属性,例如只读 DataTypeInputScopes(IntPtr, UInt32, IEnumString, String) 属性,以及读/写 Value 属性。 将这些属性与导入源中的数据结合使用,将数据导入到 InfoPath 窗体中。

有关以编程方式将数据导入 InfoPath 表单的详细信息,请参阅 InfoPath 开发人员门户Microsoft Office 开发人员中心。

方法

GetControls(IEnumUnknown)

获取视图中每个控件的 IInfoPathViewControl 对象的集合。

适用于