Source.GetPairExtents 方法 (IVsTextView, Int32, Int32, TextSpan%)
获取此范围之间相对语言元素。
命名空间: Microsoft.VisualStudio.Package
程序集: Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
语法
声明
Public Overridable Sub GetPairExtents ( _
textView As IVsTextView, _
line As Integer, _
col As Integer, _
<OutAttribute> ByRef span As TextSpan _
)
public virtual void GetPairExtents(
IVsTextView textView,
int line,
int col,
out TextSpan span
)
参数
- textView
类型:Microsoft.VisualStudio.TextManager.Interop.IVsTextView
包含文本包含匹配的语言元素的 IVsTextView 。
- line
类型:System.Int32
行号。
- col
类型:System.Int32
列号。
- span
类型:Microsoft.VisualStudio.TextManager.Interop.TextSpan%
[out] 包含匹配的语言元素的 TextSpan 。
备注
如果位置位于两个匹配的元素之间,则返回的范围开始在开始元素和末尾与该结束元素。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。