IDifferenceBufferFactoryService::TryGetDifferenceBuffer Method (IProjectionBufferBase^)
Visual Studio 2015
Gets the IDifferenceBuffer for the given projection buffer if there is one.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- projectionBuffer
-
Type:
Microsoft.VisualStudio.Text.Projection::IProjectionBufferBase^
The projection buffer.
Return Value
Type: Microsoft.VisualStudio.Text.Differencing::IDifferenceBuffer^The difference buffer if one exists, otherwise null.
Show: