ExportProvider.CreateExportFactory 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 object CreateExportFactory (Type importingSiteElementType, System.Collections.Generic.IReadOnlyCollection<string> sharingBoundaries, Func<System.Collections.Generic.KeyValuePair<object,IDisposable>> valueFactory, Type exportFactoryType, System.Collections.Generic.IReadOnlyDictionary<string,object> exportMetadata);
member this.CreateExportFactory : Type * System.Collections.Generic.IReadOnlyCollection<string> * Func<System.Collections.Generic.KeyValuePair<obj, IDisposable>> * Type * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> obj
Protected Function CreateExportFactory (importingSiteElementType As Type, sharingBoundaries As IReadOnlyCollection(Of String), valueFactory As Func(Of KeyValuePair(Of Object, IDisposable)), exportFactoryType As Type, exportMetadata As IReadOnlyDictionary(Of String, Object)) As Object
Parameters
- importingSiteElementType
- Type
- sharingBoundaries
- IReadOnlyCollection<String>
- valueFactory
- Func<KeyValuePair<Object,IDisposable>>
- exportFactoryType
- Type
- exportMetadata
- IReadOnlyDictionary<String,Object>