IVsDifferenceCodeWindowFactoryService.CreateComparisonCodeWindow Method (IServiceProvider, String, String, String, __VSDIFFSERVICEOPTIONS)
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
‘선언
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
- provider
Type: Microsoft.VisualStudio.OLE.Interop.IServiceProvider
- leftFileName
Type: System.String
- rightFileName
Type: System.String
- roles
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Editor.IVsDifferenceCodeWindow
.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.
See Also
Reference
IVsDifferenceCodeWindowFactoryService Interface