ICompositionService 接口

定义

提供满足现有部件实例上的导入的方法。

public interface class ICompositionService
public interface ICompositionService
type ICompositionService = interface
Public Interface ICompositionService
派生

方法

SatisfyImportsOnce(ComposablePart)

在禁用重新组合和验证的情况下组合指定的部件。

扩展方法

SatisfyImportsOnce(ICompositionService, Object)

通过使用指定的组合服务并禁用重新组合来组合指定的部件。

SatisfyImportsOnce(ICompositionService, Object, ReflectionContext)

通过使用指定的组合服务并禁用重新组合及使用指定的反射上下文来组合指定的部件。

适用于