IDifferenceTextViewModel.Viewer 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.
A pointer to the difference viewer that created the view that uses this IDifferenceTextViewModel.
public:
property Microsoft::VisualStudio::Text::Differencing::IWpfDifferenceViewer ^ Viewer { Microsoft::VisualStudio::Text::Differencing::IWpfDifferenceViewer ^ get(); };
public:
property Microsoft::VisualStudio::Text::Differencing::IWpfDifferenceViewer ^ Viewer { Microsoft::VisualStudio::Text::Differencing::IWpfDifferenceViewer ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer Viewer { get; }
member this.Viewer : Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer
Public ReadOnly Property Viewer As IWpfDifferenceViewer
Property Value
The pointer to the difference viewer that created the view that uses this IDifferenceTextViewModel.