IVsLanguageDebugInfo.GetLocationOfName, méthode
Déconseillé. Ne pas utiliser.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Function GetLocationOfName ( _
pszName As String, _
<OutAttribute> ByRef pbstrMkDoc As String, _
<OutAttribute> pspanLocation As TextSpan() _
) As Integer
int GetLocationOfName(
string pszName,
out string pbstrMkDoc,
TextSpan[] pspanLocation
)
int GetLocationOfName(
[InAttribute] String^ pszName,
[OutAttribute] String^% pbstrMkDoc,
[OutAttribute] array<TextSpan>^ pspanLocation
)
abstract GetLocationOfName :
pszName:string *
pbstrMkDoc:string byref *
pspanLocation:TextSpan[] byref -> int
function GetLocationOfName(
pszName : String,
pbstrMkDoc : String,
pspanLocation : TextSpan[]
) : int
Paramètres
pszName
Type : StringNe pas utiliser.
pbstrMkDoc
Type : String%Ne pas utiliser.
pspanLocation
Type : array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]Ne pas utiliser.
Valeur de retour
Type : Int32
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.