IWpfDifferenceViewer.RightHost 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 host for displaying the right buffer for SideBySide differences.
public:
property Microsoft::VisualStudio::Text::Editor::IWpfTextViewHost ^ RightHost { Microsoft::VisualStudio::Text::Editor::IWpfTextViewHost ^ get(); };
public:
property Microsoft::VisualStudio::Text::Editor::IWpfTextViewHost ^ RightHost { Microsoft::VisualStudio::Text::Editor::IWpfTextViewHost ^ get(); };
public Microsoft.VisualStudio.Text.Editor.IWpfTextViewHost RightHost { get; }
member this.RightHost : Microsoft.VisualStudio.Text.Editor.IWpfTextViewHost
Public ReadOnly Property RightHost As IWpfTextViewHost
Property Value
The host for displaying the right buffer for SideBySide differences.
Remarks
Will never be null
, but will only be visible when ViewMode is set to SideBySide.