IInfoPathViewControl.ControlType 属性

定义

获取枚举中当前控件的控件类型。

public:
 property System::String ^ ControlType { System::String ^ get(); };
public string ControlType { get; }
member this.ControlType : string
Public ReadOnly Property ControlType As String

属性值

当前控件的控件类型。

注解

有关视图中枚举的控件的列表(如果存在),请参阅 GetControls(IEnumUnknown) 接口的 IInfoPathDataImporterFields 方法。

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

适用于