ExportProvider.GetExportsCore(ImportDefinition) 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.
When implemented by a derived class, returns an IEnumerable<T> of values that satisfy the contract name of the specified ImportDefinition.
protected abstract System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Composition.ExportProvider.ExportInfo> GetExportsCore (Microsoft.VisualStudio.Composition.ImportDefinition importDefinition);
abstract member GetExportsCore : Microsoft.VisualStudio.Composition.ImportDefinition -> seq<Microsoft.VisualStudio.Composition.ExportProvider.ExportInfo>
Protected MustOverride Function GetExportsCore (importDefinition As ImportDefinition) As IEnumerable(Of ExportProvider.ExportInfo)
Parameters
- importDefinition
- ImportDefinition
Returns
Remarks
The derived type is not expected to filter the exports based on the import definition constraints.