Share via


ICompositionService.SatisfyImportsOnce(ComposablePart) 方法

定义

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

public:
 void SatisfyImportsOnce(System::ComponentModel::Composition::Primitives::ComposablePart ^ part);
public void SatisfyImportsOnce (System.ComponentModel.Composition.Primitives.ComposablePart part);
abstract member SatisfyImportsOnce : System.ComponentModel.Composition.Primitives.ComposablePart -> unit
Public Sub SatisfyImportsOnce (part As ComposablePart)

参数

part
ComposablePart

要组合的部件。

例外

partnull

复合期间发生错误。 Errors 包含发生错误的集合。

适用于