NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISymbolDocument.FindClosestLine

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;

Parameters

line
The specified line in the document.

Return Value

The closest line that is a sequence point.

See Also

ISymbolDocument Interface | ISymbolDocument Members | System.Diagnostics.SymbolStore Namespace