IVsDifferenceCodeWindow3 Interface

Definition

An IVsCodeWindow built around a difference between two files.

public interface IVsDifferenceCodeWindow3 : Microsoft.VisualStudio.Editor.IVsDifferenceCodeWindow, Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow
type IVsDifferenceCodeWindow3 = interface
    interface IVsDifferenceCodeWindow
    interface IVsCodeWindow
Public Interface IVsDifferenceCodeWindow3
Implements IVsCodeWindow, IVsDifferenceCodeWindow
Implements

Properties

Caption

The caption for the diff window's document tab..

(Inherited from IVsDifferenceCodeWindow)
Control

The FrameworkElement that contains the difference view.

(Inherited from IVsDifferenceCodeWindow)
DifferenceViewer

The IWpfDifferenceViewer used by this code window.

(Inherited from IVsDifferenceCodeWindow)
FooterToolbar

Footer toolbar displayed below the entire control.

HeaderToolbar

Header toolbar displayed above the entire control.

InlineLabel

The label displayed above the inline view.

(Inherited from IVsDifferenceCodeWindow)
LeftLabel

The label displayed above the left view.

(Inherited from IVsDifferenceCodeWindow)
RightLabel

The label displayed above the right view.

(Inherited from IVsDifferenceCodeWindow)
SideBySideLabel

The label displayed above the side by side.

(Inherited from IVsDifferenceCodeWindow)
Tooltip

The tooltip for the diff window's document tab..

(Inherited from IVsDifferenceCodeWindow)

Methods

Close()

Closes the code window.

(Inherited from IVsCodeWindow)
GetBuffer(IVsTextLines)

Returns the buffer used by all views in the code window.

(Inherited from IVsCodeWindow)
GetEditorCaption(READONLYSTATUS, String)

Returns the editor caption to which editors can append custom text.

(Inherited from IVsCodeWindow)
GetLastActiveView(IVsTextView)

Returns the last active view of the code window.

(Inherited from IVsCodeWindow)
GetPrimaryView(IVsTextView)

Returns the top (or primary) view of a split code window.

(Inherited from IVsCodeWindow)
GetSecondaryView(IVsTextView)

Returns the bottom (or secondary) view of a split code window.

(Inherited from IVsCodeWindow)
GetViewClassID(Guid)

Returns the text view class to change or query.

(Inherited from IVsCodeWindow)
SetBaseEditorCaption(String[])

Appends custom text to the editor caption

(Inherited from IVsCodeWindow)
SetBuffer(IVsTextLines)

Sets the text buffer for all views in the code window.

(Inherited from IVsCodeWindow)
SetViewClassID(Guid)

Sets the text view class to change or query.

(Inherited from IVsCodeWindow)

Applies to