IDifferenceBufferFactoryService Methods

 

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

NameDescription
System_CAPS_pubmethodCreateDifferenceBuffer(ITextBuffer^, ITextBuffer^)

Creates an IDifferenceBuffer for the given left and right buffers.

System_CAPS_pubmethodCreateDifferenceBuffer(ITextBuffer^, ITextBuffer^, StringDifferenceOptions, Boolean, Boolean, Boolean)

Creates an IDifferenceBuffer for the given left and right buffers and with the given difference options.

System_CAPS_pubmethodTryGetDifferenceBuffer(IProjectionBufferBase^)

Gets the IDifferenceBuffer for the given projection buffer if there is one.

Return to top
Show: