IHostMaterializationService.MaterializeComponent(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.
Materializes the component in the service.
public void MaterializeComponent (System.ComponentModel.IComponent component, object parent);
abstract member MaterializeComponent : System.ComponentModel.IComponent * obj -> unit
Public Sub MaterializeComponent (component As IComponent, parent As Object)
Parameters
- component
- IComponent
The component.
- parent
- Object
The parent object.