IVsFileMergeService 接口

定义

管理 Visual Studio 中执行三向合并操作的窗口。

public interface class IVsFileMergeService
public interface class IVsFileMergeService
__interface IVsFileMergeService
[System.Runtime.InteropServices.Guid("9003D4ED-2B8E-46B8-9838-78F5AE7B656D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFileMergeService
[<System.Runtime.InteropServices.Guid("9003D4ED-2B8E-46B8-9838-78F5AE7B656D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFileMergeService = interface
Public Interface IVsFileMergeService
属性

方法

OpenAndRegisterMergeWindow(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Int32)

打开三个 "合并" 窗口以执行三次合并操作。

QueryMergeWindowState(Int32, Int32, String)

查询合并窗口结果的服务。

UnregisterMergeWindow(Int32)

注销之前创建的合并窗口。

适用于