Gets the embedded document source for the specified range.
[Visual Basic] Function GetSourceRange( _ ByVal startLine As Integer, _ ByVal startColumn As Integer, _ ByVal endLine As Integer, _ ByVal endColumn As Integer _ ) As Byte () [C#] byte[] GetSourceRange( int startLine, int startColumn, int endLine, int endColumn ); [C++] unsigned char* GetSourceRange( int startLine, int startColumn, int endLine, int endColumn ) [] = 0; [JScript] function GetSourceRange( startLine : int, startColumn : int, endLine : int, endColumn : int ) : Byte[];
The document source for the specified range.
ISymbolDocument Interface | ISymbolDocument Members | System.Diagnostics.SymbolStore Namespace