IWpfDifferenceViewer.RightView 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 the right buffer for SideBySide differences.
public:
property Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ RightView { Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ get(); };
public:
property Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ RightView { Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ get(); };
public Microsoft.VisualStudio.Text.Editor.IWpfTextView RightView { get; }
member this.RightView : Microsoft.VisualStudio.Text.Editor.IWpfTextView
Public ReadOnly Property RightView As IWpfTextView
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.