IVsDifferenceCodeWindow2.PrimaryDifferenceViewer 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 primary view code window. Will be null unless SupportsDiff is true.
public:
property Microsoft::VisualStudio::Text::Differencing::IWpfDifferenceViewer ^ PrimaryDifferenceViewer { Microsoft::VisualStudio::Text::Differencing::IWpfDifferenceViewer ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer PrimaryDifferenceViewer { get; }
member this.PrimaryDifferenceViewer : Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer
Public ReadOnly Property PrimaryDifferenceViewer As IWpfDifferenceViewer