IHostMaterializationService.DematerializeComponent(IComponent, Object) 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.
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.