IDifferenceBufferFactoryService.CreateDifferenceBuffer Method
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
CreateDifferenceBuffer(ITextBuffer, ITextBuffer) | Creates an IDifferenceBuffer for the given left and right buffers. | |
CreateDifferenceBuffer(ITextBuffer, ITextBuffer, StringDifferenceOptions, Boolean, Boolean, Boolean) | Creates an IDifferenceBuffer for the given left and right buffers and with the given difference options. |
Top