IHostMaterializationService.DematerializeComponent(IComponent, Object) Method

Definition

Dematerializes the component in the service.

public void DematerializeComponent (System.ComponentModel.IComponent component, object parent);
abstract member DematerializeComponent : System.ComponentModel.IComponent * obj -> unit
Public Sub DematerializeComponent (component As IComponent, parent As Object)

Parameters

component
IComponent

The component.

parent
Object

The parent object.

Applies to