Share via


CreateDiffViewerCodeWindow Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta.VSDelta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Function CreateDiffViewerCodeWindow ( _
    serviceProvider As IServiceProvider, _
    componentModel As IComponentModel, _
    sourceScript As String, _
    targetScript As String, _
    sourceBufferProperties As IDictionary(Of Object, Object), _
    targetBufferProperties As IDictionary(Of Object, Object) _
) As DiffViewerCodeWindow
'Usage
Dim instance As IDiffViewerCodeWindowFactory
Dim serviceProvider As IServiceProvider
Dim componentModel As IComponentModel
Dim sourceScript As String
Dim targetScript As String
Dim sourceBufferProperties As IDictionary(Of Object, Object)
Dim targetBufferProperties As IDictionary(Of Object, Object)
Dim returnValue As DiffViewerCodeWindow

returnValue = instance.CreateDiffViewerCodeWindow(serviceProvider, _
    componentModel, sourceScript, targetScript, _
    sourceBufferProperties, targetBufferProperties)
DiffViewerCodeWindow CreateDiffViewerCodeWindow(
    IServiceProvider serviceProvider,
    IComponentModel componentModel,
    string sourceScript,
    string targetScript,
    IDictionary<Object, Object> sourceBufferProperties,
    IDictionary<Object, Object> targetBufferProperties
)
DiffViewerCodeWindow^ CreateDiffViewerCodeWindow(
    IServiceProvider^ serviceProvider, 
    IComponentModel^ componentModel, 
    String^ sourceScript, 
    String^ targetScript, 
    IDictionary<Object^, Object^>^ sourceBufferProperties, 
    IDictionary<Object^, Object^>^ targetBufferProperties
)
abstract CreateDiffViewerCodeWindow : 
        serviceProvider:IServiceProvider * 
        componentModel:IComponentModel * 
        sourceScript:string * 
        targetScript:string * 
        sourceBufferProperties:IDictionary<Object, Object> * 
        targetBufferProperties:IDictionary<Object, Object> -> DiffViewerCodeWindow 
function CreateDiffViewerCodeWindow(
    serviceProvider : IServiceProvider, 
    componentModel : IComponentModel, 
    sourceScript : String, 
    targetScript : String, 
    sourceBufferProperties : IDictionary<Object, Object>, 
    targetBufferProperties : IDictionary<Object, Object>
) : DiffViewerCodeWindow

Parameters

  • serviceProvider
    Type: IServiceProvider
  • componentModel
    Type: IComponentModel

Return Value

Type: Microsoft.VisualStudio.Data.Tools.Delta.VSDelta..::..DiffViewerCodeWindow

See Also

Reference

IDiffViewerCodeWindowFactory Interface

Microsoft.VisualStudio.Data.Tools.Delta.VSDelta Namespace