共用方式為


ExportProvider.PartLifecycleTracker.ReportPartiallyInitializedImport 方法

定義

表示MEF匯入已滿意未完全初始化的值,以便稍後在允許MEF用戶端) 觀察此MEF元件之前 (初始化。

protected void ReportPartiallyInitializedImport(Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker importedPart);
member this.ReportPartiallyInitializedImport : Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker -> unit
Protected Sub ReportPartiallyInitializedImport (importedPart As ExportProvider.PartLifecycleTracker)

參數

importedPart
ExportProvider.PartLifecycleTracker

此元件已匯入的元件,而不需完整初始化。

適用於