DifferenceViewType Enumeration

The view type for a view created by an IDifferenceViewer.

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

Syntax

'Declaration
Public Enumeration DifferenceViewType
public enum DifferenceViewType
public enum class DifferenceViewType
type DifferenceViewType
public enum DifferenceViewType

Members

Member name Description
InlineView A view displaying the contents of the inline buffer (which is combines text from the left and right buffers).
LeftView A view containing the contents of the left buffer.
RightView A view containing the contents of the right buffer.

See Also

Reference

Microsoft.VisualStudio.Text.Differencing Namespace