IHostMaterializationService Interface
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.
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
| SitingBlocked |
Gets whether the siting is blocked. |
Methods
| 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. |