ModelComponent.BeforeRemove(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.
Removes the ModelComponent object before the cleanup.
protected internal virtual void BeforeRemove (bool cleanUp);
abstract member BeforeRemove : bool -> unit
override this.BeforeRemove : bool -> unit
Protected Friend Overridable Sub BeforeRemove (cleanUp As Boolean)
Parameters
- cleanUp
- Boolean
true to clean up the ModelComponent object; otherwise, false.
Remarks
For internal use.