IFragmentManager.Update(Boolean, Boolean) 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.
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.