Share via


IVsDifferenceCodeWindowFactoryService.CreateComparisonCodeWindow Method (IServiceProvider, String, String, String, __VSDIFFSERVICEOPTIONS)

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Syntax

'Declaration
Function CreateComparisonCodeWindow ( _
    provider As IServiceProvider, _
    leftFileName As String, _
    rightFileName As String, _
    roles As String, _
    options As __VSDIFFSERVICEOPTIONS _
) As IVsDifferenceCodeWindow
IVsDifferenceCodeWindow CreateComparisonCodeWindow(
    IServiceProvider provider,
    string leftFileName,
    string rightFileName,
    string roles,
    __VSDIFFSERVICEOPTIONS options
)
IVsDifferenceCodeWindow^ CreateComparisonCodeWindow(
    IServiceProvider^ provider, 
    String^ leftFileName, 
    String^ rightFileName, 
    String^ roles, 
    __VSDIFFSERVICEOPTIONS options
)
abstract CreateComparisonCodeWindow : 
        provider:IServiceProvider * 
        leftFileName:string * 
        rightFileName:string * 
        roles:string * 
        options:__VSDIFFSERVICEOPTIONS -> IVsDifferenceCodeWindow
function CreateComparisonCodeWindow(
    provider : IServiceProvider, 
    leftFileName : String, 
    rightFileName : String, 
    roles : String, 
    options : __VSDIFFSERVICEOPTIONS
) : IVsDifferenceCodeWindow

Parameters

Return Value

Type: Microsoft.VisualStudio.Editor.IVsDifferenceCodeWindow

.NET Framework Security

See Also

Reference

IVsDifferenceCodeWindowFactoryService Interface

CreateComparisonCodeWindow Overload

Microsoft.VisualStudio.Editor Namespace