次の方法で共有


ExportProvider.GetExportsCore(ImportDefinition) メソッド

定義

派生クラスによって実装された場合、指定した のコントラクト名を IEnumerable<T> 満たす 値の を返します 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)

パラメーター

importDefinition
ImportDefinition

戻り値

注釈

派生型は、インポート定義の制約に基づいてエクスポートをフィルター処理 することは想定されていません

適用対象