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)

property IWpfDifferenceViewer^ Viewer {
	IWpfDifferenceViewer^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Differencing::IWpfDifferenceViewer^

The pointer to the difference viewer that created the view that uses this IDifferenceTextViewModel.

Return to top
Show: