FilePathUtilities.GetFilePath 方法 (IVsTextLines)
从 IVsTextLines 缓冲区获取文件路径。
此 API 不兼容 CLS。 兼容 CLS 的替代 API 为 [None]。
命名空间: Microsoft.VisualStudio.Package
程序集: 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 中)
Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
语法
声明
<CLSCompliantAttribute(False)> _
Public Shared Function GetFilePath ( _
textLines As IVsTextLines _
) As String
[CLSCompliantAttribute(false)]
public static string GetFilePath(
IVsTextLines textLines
)
参数
- textLines
类型:Microsoft.VisualStudio.TextManager.Interop.IVsTextLines
IVsTextLines 缓冲区。
返回值
类型:System.String
文件路径。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。