IDifferenceViewer::InlineView Property

 

Gets or sets the view for displaying Inline differences.

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

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

Property Value

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

The view for displaying Inline differences.

Return to top
Show: