LanguageService.GetLocationOfName, méthode
Méthode obsolète qui retourne toujours E_NOTIMPL.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- name
Type : System.String
OBSOLÈTE
- pbstrMkDoc
Type : System.String%
OBSOLÈTE
- spans
Type : array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]
OBSOLÈTE
Valeur de retour
Type : System.Int32
Retourne toujours E_NOTIMPL.
Implémentations
IVsLanguageDebugInfo.GetLocationOfName(String, String%, array<TextSpan[])
Remarques
La méthode de base retourne toujours E_NOTIMPL.N'appliquez pas cette méthode.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.