IDifferenceViewer.RightView Property

Definition

The view for displaying the right buffer for SideBySide differences.

public:
 property Microsoft::VisualStudio::Text::Editor::ITextView ^ RightView { Microsoft::VisualStudio::Text::Editor::ITextView ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Editor::ITextView ^ RightView { Microsoft::VisualStudio::Text::Editor::ITextView ^ get(); };
public Microsoft.VisualStudio.Text.Editor.ITextView RightView { get; }
member this.RightView : Microsoft.VisualStudio.Text.Editor.ITextView
Public ReadOnly Property RightView As ITextView

Property Value

The view for displaying the right buffer for SideBySide differences.

Remarks

Will never be null, but will only be visible when ViewMode is set to SideBySide.

Applies to