ExportProvider.PartLifecycleTracker.ReportPartiallyInitializedImport Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that a MEF import was satisfied with a value that was not completely initialized so that it can be initialized later (before this MEF part is allowed to be observed by the MEF client).
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)
Parameters
- importedPart
- ExportProvider.PartLifecycleTracker
The part that has been imported by this part without full initialization.