Share via


IFragmentManager.Update(Boolean, Boolean) Method

Definition

Perform any pending refit operations and reconcile state accordingly.

public void Update (bool autoRefreeze, bool autoMerge);
abstract member Update : bool * bool -> unit
Public Sub Update (autoRefreeze As Boolean, autoMerge As Boolean)

Parameters

autoRefreeze
Boolean

True to automatically perform a refreeze if indicated by the plugin.

autoMerge
Boolean

True to automatically perform a merge if indicated by the plugin.

Applies to