IWpfDifferenceViewer Properties

 

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

NameDescription
System_CAPS_pubpropertyActiveViewType

Gets or sets the active view that last had focus.(Inherited from IDifferenceViewer.)

System_CAPS_pubpropertyAreViewsSynchronized

Determines whether the left and right views are synchronized in the side by side view.(Inherited from IDifferenceViewer.)

System_CAPS_pubpropertyDifferenceBuffer

Gets or sets the IDifferenceBuffer that this viewer is displaying.(Inherited from IDifferenceViewer.)

System_CAPS_pubpropertyInlineHost

Gets or sets the host for displaying Inline differences.

System_CAPS_pubpropertyInlineView

Gets or sets the view for displaying Inline differences

System_CAPS_pubpropertyIsClosed

Determines whether this viewer is closed.(Inherited from IDifferenceViewer.)

System_CAPS_pubpropertyIsInitialized

Determines whether this viewer has been initialized.

System_CAPS_pubpropertyLeftHost

Gets or sets the host for displaying the left buffer for SideBySide differences.

System_CAPS_pubpropertyLeftView

Gets the view for displaying the left buffer for SideBySide differences.

System_CAPS_pubpropertyOptions

Gets or sets the general difference viewer options (DifferenceViewerOptions).(Inherited from IDifferenceViewer.)

System_CAPS_pubpropertyProperties

(Inherited from IPropertyOwner.)

System_CAPS_pubpropertyRightHost

Gets or sets the host for displaying the right buffer for SideBySide differences.

System_CAPS_pubpropertyRightView

Gets the view for displaying the right buffer for SideBySide differences.

System_CAPS_pubpropertyViewMode

Gets or sets the view mode (inline or side-by-side).(Inherited from IDifferenceViewer.)

System_CAPS_pubpropertyVisualElement

Gets or sets the visual element of this viewer.

Return to top
Show: