LanguageService.GetCodeWindowManagerForSource 方法
返回 CodeWindowManager 对象与指定的 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 GetCodeWindowManagerForSource ( _
src As Source _
) As CodeWindowManager
public CodeWindowManager GetCodeWindowManagerForSource(
Source src
)
参数
- src
类型:Microsoft.VisualStudio.Package.Source
[in] Source 对象获取关联的 CodeWindowManager 对象。
返回值
类型:Microsoft.VisualStudio.Package.CodeWindowManager
如果成功,则返回 CodeWindowManager 对象;否则,返回指示一个空值将对指定的源没有与此语言服务 (iis) 的特定 CodeWindowManager 对象。
备注
每 Source 与 CodeWindowManager 的实例,因为每 Source 对象包含特定信息与在特定代码视图存在。 此方法搜索包含匹配的 Source 对象并返回找到的 CodeWindowManager 对象的内部为 CodeWindowManager 列表。
此方法不受默认语言服务调用,但可以调用,则需要获取特定 Source 对象的一 CodeWindowManager 对象。 默认语言服务维护内部为列表。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。