Condividi tramite


Metodo LanguageService.GetLocationOfName

metodo obsoleto che restituisce sempre E_NOTIMPL.

Spazio dei nomi:  Microsoft.VisualStudio.Package
Assembly:   Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Sintassi

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

Parametri

Valore restituito

Tipo: System.Int32
Restituisce sempre E_NOTIMPL.

Implementa

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

Note

Al metodo di base restituisce sempre E_NOTIMPL.Non distribuire questo metodo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LanguageService Classe

Spazio dei nomi Microsoft.VisualStudio.Package