Share via


ExportProvider.GetExportsCore(ImportDefinition) Method

Definition

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.

Applies to