IDifferenceViewer.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 IDifferenceBuffer that this viewer is displaying.
public:
property Microsoft::VisualStudio::Text::Differencing::IDifferenceBuffer ^ DifferenceBuffer { Microsoft::VisualStudio::Text::Differencing::IDifferenceBuffer ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.IDifferenceBuffer DifferenceBuffer { get; }
member this.DifferenceBuffer : Microsoft.VisualStudio.Text.Differencing.IDifferenceBuffer
Public ReadOnly Property DifferenceBuffer As IDifferenceBuffer
Property Value
The IDifferenceBuffer that this viewer is displaying.