Returns the closest line that is a sequence point, given a line in the current document that might or might not be a sequence point.
Namespace:
?
System.Diagnostics.SymbolStore
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Function FindClosestLine ( _
line As Integer _
) As Integer |
C# |
---|
int FindClosestLine(
int line
) |
Visual C++ |
---|
int FindClosestLine(
int line
) |
JavaScript |
---|
function findClosestLine(line); |
Return Value
The closest line that is a sequence point.
See Also