Freigeben über


IWpfDifferenceViewerFactoryService.TryGetViewerForTextView-Methode

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

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer

.NET Framework-Sicherheit

Siehe auch

Referenz

IWpfDifferenceViewerFactoryService Schnittstelle

Microsoft.VisualStudio.Text.Differencing-Namespace