SVsDifferenceService Interface
Passed to GetService to return a reference to IVsDifferenceService.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("77115E75-EF9E-4F30-92F2-3FE78BCAF6CF")> _
Public Interface SVsDifferenceService
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("77115E75-EF9E-4F30-92F2-3FE78BCAF6CF")]
public interface SVsDifferenceService
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"77115E75-EF9E-4F30-92F2-3FE78BCAF6CF")]
public interface class SVsDifferenceService
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("77115E75-EF9E-4F30-92F2-3FE78BCAF6CF")>]
type SVsDifferenceService = interface end
public interface SVsDifferenceService