IWpfDifferenceViewerFactoryService.TryGetViewerForTextView 方法

命名空间:  Microsoft.VisualStudio.Text.Differencing
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
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

参数

返回值

类型:Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer

.NET Framework 安全性

请参阅

参考

IWpfDifferenceViewerFactoryService 接口

Microsoft.VisualStudio.Text.Differencing 命名空间