View2.EnableAutoUpdate method

Enables automatic synchronization between a form's underlying XML document and the associated view.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Sub EnableAutoUpdate
'Usage
Dim instance As View2

instance.EnableAutoUpdate()
void EnableAutoUpdate()

Implements

View.EnableAutoUpdate()

Remarks

The views in a Microsoft Office InfoPath form are automatically synchronized with the data that is contained in a form's underlying XML document. However, this can be overridden using the DisableAutoUpdate method. To re-enable synchronization, use the EnableAutoUpdate method.

Examples

In the following example, the EnableAutoUpdate method of the ViewObject object is used to enable synchronization between a form's underlying XML document and the view that it is associated with:

thisXDocument.View.EnableAutoUpdate();

See also

Reference

View2 interface

View2 members

EnableAutoUpdate overload

Microsoft.Office.Interop.InfoPath namespace