IHostMaterializationService.UpdateMaterialization(IComponent, 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.
Updates the materialization service.
public void UpdateMaterialization (System.ComponentModel.IComponent component, bool updatePermanently);
abstract member UpdateMaterialization : System.ComponentModel.IComponent * bool -> unit
Public Sub UpdateMaterialization (component As IComponent, updatePermanently As Boolean)
Parameters
- component
- IComponent
The component.
- updatePermanently
- Boolean
true to update permanently; otherwise, false.