IVsDifferenceCodeWindow.DifferenceViewer 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 IWpfDifferenceViewer used by this code window.
public:
property Microsoft::VisualStudio::Text::Differencing::IWpfDifferenceViewer ^ DifferenceViewer { Microsoft::VisualStudio::Text::Differencing::IWpfDifferenceViewer ^ get(); };
public:
property Microsoft::VisualStudio::Text::Differencing::IWpfDifferenceViewer ^ DifferenceViewer { Microsoft::VisualStudio::Text::Differencing::IWpfDifferenceViewer ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer DifferenceViewer { get; }
member this.DifferenceViewer : Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer
Public ReadOnly Property DifferenceViewer As IWpfDifferenceViewer
Property Value
IWpfDifferenceViewer used by this code window.