IWpfDifferenceViewerFactoryService.TryGetViewerForTextView Method
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Function TryGetViewerForTextView ( _
textView As ITextView _
) As IWpfDifferenceViewer
IWpfDifferenceViewer TryGetViewerForTextView(
ITextView textView
)
IWpfDifferenceViewer^ TryGetViewerForTextView(
ITextView^ textView
)
abstract TryGetViewerForTextView :
textView:ITextView -> IWpfDifferenceViewer
function TryGetViewerForTextView(
textView : ITextView
) : IWpfDifferenceViewer
Parameters
- textView
Type: Microsoft.VisualStudio.Text.Editor.ITextView
Return Value
Type: Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.