LanguageService.GetSource 方法 (IVsTextLines)
返回包含数据源指定缓冲区的现有 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 ( _
buffer As IVsTextLines _
) As Source
public Source GetSource(
IVsTextLines buffer
)
参数
- buffer
类型:Microsoft.VisualStudio.TextManager.Interop.IVsTextLines
[in] 包含源的行 IVsTextLines 对象。
返回值
类型:Microsoft.VisualStudio.Package.Source
如果成功,则返回 Source 对象;否则,返回空值 (不 Source 对象该语言服务中该控件一组源行)。
备注
语言服务维护内部创建的所有 Source 对象。 它是被搜索 Source 对象包含指定的 IVsTextLines 对象的此列表。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。