ViewFilter.TextView 属性

获取与此 ViewFilter 对象关联的 IVsTextView 对象。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)

语法

声明
Public ReadOnly Property TextView As IVsTextView
public IVsTextView TextView { get; }

属性值

类型:Microsoft.VisualStudio.TextManager.Interop.IVsTextView
IVsTextView .

备注

这是传递给 ViewFilter 构造函数的同一 IVsTextView 对象。

.NET Framework 安全性

请参见

参考

ViewFilter 类

Microsoft.VisualStudio.Package 命名空间