C# Класс EditorUtils.EditorHostFactory.UndoExportProvider

In order to host the editor we need to provide an ITextUndoHistory export. However we can't simply export it from the DLL because it would conflict with Visual Studio's export of ITextUndoHistoryRegistry in the default scenario. This ComposablePartCatalog is simply here to hand export the type in the hosted scenario only
Наследование: System.ComponentModel.Composition.Hosting.ExportProvider
Показать файл Открыть проект

Защищенные методы

Метод Описание
GetExportsCore ( System.ComponentModel.Composition.Primitives.ImportDefinition definition, AtomicComposition atomicComposition ) : IEnumerable

Приватные методы

Метод Описание
UndoExportProvider ( ) : System

Описание методов

GetExportsCore() защищенный Метод

protected GetExportsCore ( System.ComponentModel.Composition.Primitives.ImportDefinition definition, AtomicComposition atomicComposition ) : IEnumerable
definition System.ComponentModel.Composition.Primitives.ImportDefinition
atomicComposition AtomicComposition
Результат IEnumerable