IVsDifferenceCodeWindowFactoryService Interface
Visual Studio 2015
A factory service for creating difference code windows on arbitrary strings or snapshot spans.
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
| Name | Description | |
|---|---|---|
![]() | CreateComparisonCodeWindow(IServiceProvider, IVsTextLines, IVsTextLines, String) | Creates an IVsDifferenceCodeWindow showing the differences between two strings or SnapshotSpans. |
![]() | CreateComparisonCodeWindow(IServiceProvider, String, String, String, __VSDIFFSERVICEOPTIONS) | Creates an IVsDifferenceCodeWindow showing the differences between two strings or SnapshotSpans. |
This is a MEF Component and can be imported as follows:
[Import]
IVsDifferenceCodeWindowFactoryService differenceCodeWindowFactoryService;
Show:
