IWpfDifferenceViewerFactoryService.CreateDifferenceView Method (IDifferenceBuffer, IEditorOptions)
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Function CreateDifferenceView ( _
buffer As IDifferenceBuffer, _
parentOptions As IEditorOptions _
) As IWpfDifferenceViewer
IWpfDifferenceViewer CreateDifferenceView(
IDifferenceBuffer buffer,
IEditorOptions parentOptions
)
IWpfDifferenceViewer^ CreateDifferenceView(
IDifferenceBuffer^ buffer,
IEditorOptions^ parentOptions
)
abstract CreateDifferenceView :
buffer:IDifferenceBuffer *
parentOptions:IEditorOptions -> IWpfDifferenceViewer
function CreateDifferenceView(
buffer : IDifferenceBuffer,
parentOptions : IEditorOptions
) : IWpfDifferenceViewer
Parameters
buffer
Type: Microsoft.VisualStudio.Text.Differencing.IDifferenceBufferThe difference buffer to display.
parentOptions
Type: Microsoft.VisualStudio.Text.Editor.IEditorOptionsThe parent of the editor options for the difference viewer (if nulla null reference (Nothing in Visual Basic), the global options are the parent).
Return Value
Type: Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer
Returns IWpfDifferenceViewer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.