共用方式為


ImportEngine.SatisfyImports(ComposablePart) 方法

定義

滿足所指定部分的匯入。

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

參數

part
ComposablePart

要滿足其匯入的組件。

例外狀況

partnull

在撰寫期間發生錯誤。 Errors 將包含發生之錯誤的集合。

適用於