Share via


IWpfDifferenceViewer Interface

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Interface IWpfDifferenceViewer _
    Inherits IDifferenceViewer, IPropertyOwner
public interface IWpfDifferenceViewer : IDifferenceViewer, 
    IPropertyOwner
public interface class IWpfDifferenceViewer : IDifferenceViewer, 
    IPropertyOwner
type IWpfDifferenceViewer =  
    interface
        interface IDifferenceViewer
        interface IPropertyOwner
    end
public interface IWpfDifferenceViewer extends IDifferenceViewer, IPropertyOwner

The IWpfDifferenceViewer type exposes the following members.

Properties

  Name Description
Public property ActiveViewType (Inherited from IDifferenceViewer.)
Public property AreViewsSynchronized (Inherited from IDifferenceViewer.)
Public property DifferenceBuffer (Inherited from IDifferenceViewer.)
Public property InlineHost
Public property InlineView (Inherited from IDifferenceViewer.)
Public property InlineView
Public property IsClosed (Inherited from IDifferenceViewer.)
Public property IsInitialized
Public property LeftHost
Public property LeftView (Inherited from IDifferenceViewer.)
Public property LeftView
Public property Options (Inherited from IDifferenceViewer.)
Public property Properties Gets the collection of properties controlled by the property owner. (Inherited from IPropertyOwner.)
Public property RightHost
Public property RightView (Inherited from IDifferenceViewer.)
Public property RightView
Public property ViewMode (Inherited from IDifferenceViewer.)
Public property VisualElement

Top

Methods

  Name Description
Public method Close (Inherited from IDifferenceViewer.)
Public method Initialize
Public method ScrollToChange (Inherited from IDifferenceViewer.)
Public method ScrollToMatch (Inherited from IDifferenceViewer.)
Public method ScrollToNextChange(Boolean) (Inherited from IDifferenceViewer.)
Public method ScrollToNextChange(SnapshotPoint, Boolean) (Inherited from IDifferenceViewer.)
Public method ScrollToPreviousChange(Boolean) (Inherited from IDifferenceViewer.)
Public method ScrollToPreviousChange(SnapshotPoint, Boolean) (Inherited from IDifferenceViewer.)

Top

Events

  Name Description
Public event Closed (Inherited from IDifferenceViewer.)
Public event ViewModeChanged (Inherited from IDifferenceViewer.)

Top

See Also

Reference

Microsoft.VisualStudio.Text.Differencing Namespace