Returns the closest line that is a sequence point, given a line in the current document that may or may not be a sequence point.
[Visual Basic] Function FindClosestLine( _ ByVal line As Integer _ ) As Integer [C#] int FindClosestLine( int line ); [C++] int FindClosestLine( int line ) = 0; [JScript] function FindClosestLine( line : int ) : int;
The closest line that is a sequence point.
ISymbolDocument Interface | ISymbolDocument Members | System.Diagnostics.SymbolStore Namespace