IFragmentManager.Refreeze 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.
Manually invoke a refreeze operation on the plugin, and make all necessary adjustments in bookkeeping after.
public bool Refreeze ();
abstract member Refreeze : unit -> bool
Public Function Refreeze () As Boolean
Returns
True for successful refreeze.
Remarks
It is unnecessary to manually refreeze if autoRefreeze is true with Update()