Método IVsDifferenceCodeWindowFactoryService.CreateComparisonCodeWindow (IServiceProvider, String, String, String, __VSDIFFSERVICEOPTIONS)
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (em Microsoft.VisualStudio.Editor.dll)
Sintaxe
'Declaração
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
Parâmetros
- provider
Tipo: IServiceProvider
- leftFileName
Tipo: String
- rightFileName
Tipo: String
- roles
Tipo: String
- options
Tipo: __VSDIFFSERVICEOPTIONS
Valor de retorno
Tipo: Microsoft.VisualStudio.Editor.IVsDifferenceCodeWindow
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
IVsDifferenceCodeWindowFactoryService Interface