LanguageService.GetSource 方法 (IVsTextView)
返回包含中指定的文本视图显示的源文件中的现有 Source 对象。
命名空间: Microsoft.VisualStudio.Package
程序集: Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
语法
声明
Public Function GetSource ( _
view As IVsTextView _
) As Source
public Source GetSource(
IVsTextView view
)
参数
- view
类型:Microsoft.VisualStudio.TextManager.Interop.IVsTextView
[in] 显示源文件访问 Source 对象的 IVsTextView 对象。
返回值
类型:Microsoft.VisualStudio.Package.Source
如果成功,则返回 Source 对象;否则,返回空值 (不 Source 对象在控件设置在指定的视图显示的源行) 的此语言服务中。
备注
IVsTextLines 对象从具有名为的 IVsTextView 获取对 IVsTextView.GetBuffer;它是用来搜索在内部的一 Source 对象列表 Source 对象所 IVsTextLines 对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。