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
- name
Tipo: System.String
OBSOLETO
- pbstrMkDoc
Tipo: System.String%
OBSOLETO
- spans
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]
OBSOLETO
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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.