Share via


ExportProvider.CreateExport Method

Definition

protected Microsoft.VisualStudio.Composition.ExportProvider.ExportInfo CreateExport (Microsoft.VisualStudio.Composition.ImportDefinition importDefinition, System.Collections.Generic.IReadOnlyDictionary<string,object> exportMetadata, Microsoft.VisualStudio.Composition.Reflection.TypeRef originalPartTypeRef, Microsoft.VisualStudio.Composition.Reflection.TypeRef constructedPartTypeRef, string partSharingBoundary, bool nonSharedInstanceRequired, Microsoft.VisualStudio.Composition.Reflection.MemberRef exportingMemberRef);
member this.CreateExport : Microsoft.VisualStudio.Composition.ImportDefinition * System.Collections.Generic.IReadOnlyDictionary<string, obj> * Microsoft.VisualStudio.Composition.Reflection.TypeRef * Microsoft.VisualStudio.Composition.Reflection.TypeRef * string * bool * Microsoft.VisualStudio.Composition.Reflection.MemberRef -> Microsoft.VisualStudio.Composition.ExportProvider.ExportInfo
Protected Function CreateExport (importDefinition As ImportDefinition, exportMetadata As IReadOnlyDictionary(Of String, Object), originalPartTypeRef As TypeRef, constructedPartTypeRef As TypeRef, partSharingBoundary As String, nonSharedInstanceRequired As Boolean, exportingMemberRef As MemberRef) As ExportProvider.ExportInfo

Parameters

importDefinition
ImportDefinition
originalPartTypeRef
TypeRef
constructedPartTypeRef
TypeRef
partSharingBoundary
String
nonSharedInstanceRequired
Boolean
exportingMemberRef
MemberRef

Returns

Applies to