IVsLanguageDebugInfo.GetLocationOfName-Methode
Veraltet. Nicht verwenden.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
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
Parameter
pszName
Typ: StringNicht verwenden.
pbstrMkDoc
Typ: String%Nicht verwenden.
pspanLocation
Typ: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]Nicht verwenden.
Rückgabewert
Typ: Int32
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.