IWpfDifferenceViewerFactoryService::CreateDifferenceView Method (IDifferenceBuffer^, IEditorOptions^)

 

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

IWpfDifferenceViewer^ CreateDifferenceView(
	IDifferenceBuffer^ buffer,
	IEditorOptions^ parentOptions = null
)

Parameters

buffer
Type: Microsoft.VisualStudio.Text.Differencing::IDifferenceBuffer^

The difference buffer to display.

parentOptions
Type: Microsoft.VisualStudio.Text.Editor::IEditorOptions^

The parent of the editor options for the difference viewer (if null, the global options are the parent).

Return to top
Show: