Condividi tramite


Metodo IWpfDifferenceViewerFactoryService.TryGetViewerForTextView

Spazio dei nomi:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IWpfDifferenceViewerFactoryService Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Differencing