IHostMaterializationService.UpdateMaterialization(IComponent, Boolean) Method

Definition

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.

Applies to