IHostMaterializationService Interface

Definition

Provides a host materialization service.

[System.Runtime.InteropServices.Guid("45BF1B3B-4C61-4681-89A5-29D9D43C462A")]
public interface IHostMaterializationService
[<System.Runtime.InteropServices.Guid("45BF1B3B-4C61-4681-89A5-29D9D43C462A")>]
type IHostMaterializationService = interface
Public Interface IHostMaterializationService
Attributes

Properties

Name Description
SitingBlocked

Gets whether the siting is blocked.

Methods

Name Description
DematerializeComponent(IComponent, Object)

Dematerializes the component in the service.

MaterializeComponent(IComponent, Object)

Materializes the component in the service.

UpdateMaterialization(IComponent, Boolean)

Updates the materialization service.

Applies to