LanguageService.GetLocationOfName 方法
始终返回 E_NOTIMPL的过时方法。
命名空间: 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 Overridable Function GetLocationOfName ( _
name As String, _
<OutAttribute> ByRef pbstrMkDoc As String, _
spans As TextSpan() _
) As Integer
public virtual int GetLocationOfName(
string name,
out string pbstrMkDoc,
TextSpan[] spans
)
参数
- name
类型:System.String
过时
- pbstrMkDoc
类型:System.String%
过时
- spans
类型:array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]
过时
返回值
类型:System.Int32
始终返回 E_NOTIMPL。
实现
IVsLanguageDebugInfo.GetLocationOfName(String, String%, array<TextSpan[])
备注
该基方法始终返回 E_NOTIMPL。 不要实现此方法。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。