IVsDifferenceCodeWindow Interface

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Syntax

'Declaration
Public Interface IVsDifferenceCodeWindow _
    Inherits IVsCodeWindow
public interface IVsDifferenceCodeWindow : IVsCodeWindow
public interface class IVsDifferenceCodeWindow : IVsCodeWindow
type IVsDifferenceCodeWindow =  
    interface 
        interface IVsCodeWindow 
    end
public interface IVsDifferenceCodeWindow extends IVsCodeWindow

The IVsDifferenceCodeWindow type exposes the following members.

Properties

  Name Description
Public property Caption
Public property Control
Public property DifferenceViewer
Public property InlineLabel
Public property LeftLabel
Public property RightLabel
Public property SideBySideLabel
Public property Tooltip

Top

Methods

  Name Description
Public method Close (Inherited from IVsCodeWindow.)
Public method GetBuffer (Inherited from IVsCodeWindow.)
Public method GetEditorCaption (Inherited from IVsCodeWindow.)
Public method GetLastActiveView (Inherited from IVsCodeWindow.)
Public method GetPrimaryView (Inherited from IVsCodeWindow.)
Public method GetSecondaryView (Inherited from IVsCodeWindow.)
Public method GetViewClassID (Inherited from IVsCodeWindow.)
Public method SetBaseEditorCaption (Inherited from IVsCodeWindow.)
Public method SetBuffer (Inherited from IVsCodeWindow.)
Public method SetViewClassID (Inherited from IVsCodeWindow.)

Top

See Also

Reference

Microsoft.VisualStudio.Editor Namespace