Freigeben über


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

Return Value

Type: Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer

.NET Framework Security

See Also

Reference

IWpfDifferenceViewerFactoryService Interface

Microsoft.VisualStudio.Text.Differencing Namespace