IVsLanguageDebugInfo2.QueryCatchLineSpan-Methode
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
Function QueryCatchLineSpan ( _
pBuffer As IVsTextBuffer, _
iLine As Integer, _
iCol As Integer, _
<OutAttribute> ByRef pfIsInCatch As Integer, _
<OutAttribute> ptsCatchLine As TextSpan() _
) As Integer
int QueryCatchLineSpan(
IVsTextBuffer pBuffer,
int iLine,
int iCol,
out int pfIsInCatch,
TextSpan[] ptsCatchLine
)
int QueryCatchLineSpan(
[InAttribute] IVsTextBuffer^ pBuffer,
[InAttribute] int iLine,
[InAttribute] int iCol,
[OutAttribute] int% pfIsInCatch,
[OutAttribute] array<TextSpan>^ ptsCatchLine
)
abstract QueryCatchLineSpan :
pBuffer:IVsTextBuffer *
iLine:int *
iCol:int *
pfIsInCatch:int byref *
ptsCatchLine:TextSpan[] byref -> int
function QueryCatchLineSpan(
pBuffer : IVsTextBuffer,
iLine : int,
iCol : int,
pfIsInCatch : int,
ptsCatchLine : TextSpan[]
) : int
Parameter
- iLine
Typ: Int32
- iCol
Typ: Int32
- pfIsInCatch
Typ: Int32%
- ptsCatchLine
Typ: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]
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.