Partilhar via


Método IWpfDifferenceViewerFactoryService.TryGetViewerForTextView

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer

Segurança do .NET Framework

Consulte também

Referência

IWpfDifferenceViewerFactoryService Interface

Namespace Microsoft.VisualStudio.Text.Differencing