Source.GetLineIndexOfPosition 方法
获取行和列所指定的位置。
命名空间: 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 Sub GetLineIndexOfPosition ( _
position As Integer, _
<OutAttribute> ByRef line As Integer, _
<OutAttribute> ByRef col As Integer _
)
public void GetLineIndexOfPosition(
int position,
out int line,
out int col
)
参数
- position
类型:System.Int32
位置或字符偏移量源文件中。
- line
类型:System.Int32%
[out] 返回行号与该位置对应。
- col
类型:System.Int32%
[out] 返回的列数 (在行的偏移量) 与该位置对应。
备注
此方法以 GetLineIndexOfPosition 方法的调用在 IVsTextLines 对象将对 Source 类构造函数。 ,如果发生错误,将引发异常。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。