IVsFileMergeService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages a window in Visual Studio that performs a three-way merge operation.
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
- Attributes
Methods
OpenAndRegisterMergeWindow(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Int32) |
Opens a three way merge window to perform a three way merge operation. |
QueryMergeWindowState(Int32, Int32, String) |
Queries the service for the merge window result. |
UnregisterMergeWindow(Int32) |
Unregisters the merge window previously created. |