Get the start and end positions for the source of the current method.
[Visual Basic] Function GetSourceStartEnd( _ ByVal docs() As ISymbolDocument, _ ByVal lines() As Integer, _ ByVal columns() As Integer _ ) As Boolean [C#] bool GetSourceStartEnd( ISymbolDocument[] docs, int[] lines, int[] columns ); [C++] bool GetSourceStartEnd( ISymbolDocument* docs[], int* lines[], int* columns[] ) = 0; [JScript] function GetSourceStartEnd( docs : ISymbolDocument[], lines : int[], columns : int[] ) : Boolean;
true if the positions were defined; otherwise, false.
The first array position is the start, and the second is the end.
ISymbolMethod Interface | ISymbolMethod Members | System.Diagnostics.SymbolStore Namespace