Udostępnij za pośrednictwem


Metoda LanguageService.GetLocationOfName —

Metoda, która zawsze zwraca przestarzałe E_NOTIMPL.

Przestrzeń nazw:  Microsoft.VisualStudio.Package
Zestawy:   Microsoft.VisualStudio.Package.LanguageService.9.0 (w Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (w Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (w Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (w Microsoft.VisualStudio.Package.LanguageService.dll)

Składnia

'Deklaracja
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
)

Parametry

Wartość zwracana

Typ: System.Int32
Zawsze zwraca E_NOTIMPL.

Implementuje

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

Uwagi

Metody podstawowej zawsze zwraca E_NOTIMPL.Nie należy implementować tę metodę.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

LanguageService Klasa

Przestrzeń nazw Microsoft.VisualStudio.Package