IDifferenceTextViewModel.Viewer Property

Definition

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.

Applies to