IWpfDifferenceViewerFactoryService::TryGetViewerForTextView Method (ITextView^)
Visual Studio 2015
If the given text view is owned by a difference viewer, retrieve that difference viewer.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The text view for which to find the difference viewer.
Return Value
Type: Microsoft.VisualStudio.Text.Differencing::IWpfDifferenceViewer^Returns a IWpfDifferenceViewer, if one exists, Ootherwise, null..
Show: