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