View3.EnableAutoUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables automatic synchronization between a form's underlying XML document and the associated view.
public:
void EnableAutoUpdate();
public void EnableAutoUpdate ();
abstract member EnableAutoUpdate : unit -> unit
Public Sub EnableAutoUpdate ()
Implements
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.