ExportProvider.CreateExport 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 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
- exportMetadata
- IReadOnlyDictionary<String,Object>
- originalPartTypeRef
- TypeRef
- constructedPartTypeRef
- TypeRef
- partSharingBoundary
- String
- nonSharedInstanceRequired
- Boolean
- exportingMemberRef
- MemberRef