IDifferenceViewer.InlineView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The view for displaying Inline differences.
public:
property Microsoft::VisualStudio::Text::Editor::ITextView ^ InlineView { Microsoft::VisualStudio::Text::Editor::ITextView ^ get(); };
public:
property Microsoft::VisualStudio::Text::Editor::ITextView ^ InlineView { Microsoft::VisualStudio::Text::Editor::ITextView ^ get(); };
public Microsoft.VisualStudio.Text.Editor.ITextView InlineView { get; }
member this.InlineView : Microsoft.VisualStudio.Text.Editor.ITextView
Public ReadOnly Property InlineView As ITextView
Property Value
The view for displaying Inline differences.
Remarks
Will never be null
, but will only be visible when ViewMode is set to Inline.