IVsDifferenceCodeWindowFactoryService Interface

 

A factory service for creating difference code windows on arbitrary strings or snapshot spans.

Namespace:   Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

public interface class IVsDifferenceCodeWindowFactoryService

NameDescription
System_CAPS_pubmethodCreateComparisonCodeWindow(IServiceProvider^, IVsTextLines^, IVsTextLines^, String^)

Creates an IVsDifferenceCodeWindow showing the differences between two strings or SnapshotSpans.

System_CAPS_pubmethodCreateComparisonCodeWindow(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;

Return to top
Show: