IDifferenceTextViewModel.Viewer Property

Gets or sets a pointer to the difference viewer that created the view that uses this IDifferenceTextViewModel.

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
ReadOnly Property Viewer As IWpfDifferenceViewer
IWpfDifferenceViewer Viewer { get; }
property IWpfDifferenceViewer^ Viewer {
    IWpfDifferenceViewer^ get ();
}
abstract Viewer : IWpfDifferenceViewer with get
function get Viewer () : IWpfDifferenceViewer

Property Value

Type: Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer
The pointer to the difference viewer that created the view that uses this IDifferenceTextViewModel.

.NET Framework Security

See Also

Reference

IDifferenceTextViewModel Interface

Microsoft.VisualStudio.Text.Differencing Namespace