IVsDifferenceService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 Visual Studio 中打开一个用于比较两个文件的窗口。
public interface class IVsDifferenceService
public interface class IVsDifferenceService
__interface IVsDifferenceService
[System.Runtime.InteropServices.Guid("E20E53BE-8B7A-408F-AEA7-C0AAD6D1B946")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDifferenceService
[<System.Runtime.InteropServices.Guid("E20E53BE-8B7A-408F-AEA7-C0AAD6D1B946")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDifferenceService = interface
Public Interface IVsDifferenceService
- 属性
方法
| OpenComparisonWindow(String, String) |
在 Visual Studio 中打开并显示带有默认标签且无附加角色的文件比较窗口。 |
| OpenComparisonWindow2(String, String, String, String, String, String, String, String, UInt32) |
在 Visual Studio 中打开并显示文件比较窗口。 |
| OpenComparisonWindowFromCommandLineArguments(String) |
在 Visual Studio 中打开并显示文件比较窗口,分析 arguments 参数以提取左和右文件,如果未显式指定) ,则使用默认标签和角色 (标签和角色。 |