IVsDifferenceCodeWindow2.SecondaryDifferenceViewer 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 difference viewer for the secondary view code window. Will be null unless SupportsDiff is true and the code window has been split.
public:
property Microsoft::VisualStudio::Text::Differencing::IWpfDifferenceViewer ^ SecondaryDifferenceViewer { Microsoft::VisualStudio::Text::Differencing::IWpfDifferenceViewer ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer SecondaryDifferenceViewer { get; }
member this.SecondaryDifferenceViewer : Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer
Public ReadOnly Property SecondaryDifferenceViewer As IWpfDifferenceViewer