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
)

参数

返回值

类型:System.Int32
始终返回 E_NOTIMPL

实现

IVsLanguageDebugInfo.GetLocationOfName(String, String%, array<TextSpan[])

备注

该基方法始终返回 E_NOTIMPL。 不要实现此方法。

.NET Framework 安全性

请参见

参考

LanguageService 类

Microsoft.VisualStudio.Package 命名空间