IVsDifferenceCodeWindowFactoryService.CreateComparisonCodeWindow Method
Include Protected Members
Include Inherited Members
Creates an IVsDifferenceCodeWindow showing the differences between two strings or SnapshotSpans.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
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. |
Top