IWpfDifferenceViewer::InlineView Property

 

Gets or sets the view for displaying Inline differences

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

property IWpfTextView^ InlineView {
	IWpfTextView^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::IWpfTextView^

The view for displaying Inline differences.

Is never null, but is visible only when ViewMode is set to Inline.

Return to top
Show: