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
파일 보기 프로젝트 열기: jaredpar/EditorUtils

보호된 메소드들

메소드 설명
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