次の方法で共有


ExportProvider.CreateExportFactory Method

Definition

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>
exportFactoryType
Type

Returns

Applies to