Share via


View3.EnableAutoUpdate method

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

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

Syntax

'Declaration
Sub EnableAutoUpdate
'Usage
Dim instance As View3

instance.EnableAutoUpdate()
void EnableAutoUpdate()

Implements

View2.EnableAutoUpdate()
View.EnableAutoUpdate()

Remarks

The views in a Microsoft 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.

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

See also

Reference

View3 interface

View3 members

EnableAutoUpdate overload

Microsoft.Office.Interop.InfoPath.SemiTrust namespace