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

此部件导入的部件,但未完全初始化。

适用于