DelegatingExportProvider.CreatePartLifecycleTracker 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.
protected internal override Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker CreatePartLifecycleTracker (Microsoft.VisualStudio.Composition.Reflection.TypeRef partType, System.Collections.Generic.IReadOnlyDictionary<string,object> importMetadata);
override this.CreatePartLifecycleTracker : Microsoft.VisualStudio.Composition.Reflection.TypeRef * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker
Protected Friend Overrides Function CreatePartLifecycleTracker (partType As TypeRef, importMetadata As IReadOnlyDictionary(Of String, Object)) As ExportProvider.PartLifecycleTracker
Parameters
- partType
- TypeRef
- importMetadata
- IReadOnlyDictionary<String,Object>