IDifferenceBufferFactoryService::TryGetDifferenceBuffer Method (IProjectionBufferBase^)

 

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

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

IDifferenceBuffer^ TryGetDifferenceBuffer(
	IProjectionBufferBase^ projectionBuffer
)

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.

Return to top
Show: