IVsFileMergeService Interface

 

Manages a window in Visual Studio that performs a three-way merge operation.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("9003D4ED-2B8E-46B8-9838-78F5AE7B656D")]
public interface class IVsFileMergeService

NameDescription
System_CAPS_pubmethodOpenAndRegisterMergeWindow(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.

System_CAPS_pubmethodQueryMergeWindowState(Int32, Int32, String^)

Queries the service for the merge window result.

System_CAPS_pubmethodUnregisterMergeWindow(Int32)

Unregisters the merge window previously created.

Return to top
Show: