InfoPathEditor.FlushDocument 方法

定义

将窗体的基础数据与视图中的更改同步。

public:
 void FlushDocument();
public void FlushDocument ();
abstract member FlushDocument : unit -> unit
Public Sub FlushDocument ()

注解

当用户在对字段进行更改后, InfoPathEditor 在对象外部单击主机应用程序时,使用此方法,而不使用制表符或将此更改提交到表单的基础 XML 文档。

有关 和 对象的详细信息InfoPathEditor,请参阅 MSDN 一文在自定义 Windows 窗体应用程序中托管 InfoPath 表单编辑环境面向 InfoPath 开发人员的新增功能。FormControl

适用于