IVsDifferenceCodeWindow2.DifferenceBuffer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The difference buffer used by the PrimaryDifferenceViewer and SecondaryDifferenceViewer (if it exists).
public:
property Microsoft::VisualStudio::Text::Differencing::IDifferenceBuffer2 ^ DifferenceBuffer { Microsoft::VisualStudio::Text::Differencing::IDifferenceBuffer2 ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.IDifferenceBuffer2 DifferenceBuffer { get; }
member this.DifferenceBuffer : Microsoft.VisualStudio.Text.Differencing.IDifferenceBuffer2
Public ReadOnly Property DifferenceBuffer As IDifferenceBuffer2