ISymbolDocument.GetSourceRange(Int32, Int32, Int32, Int32) Method

Definition

Gets the embedded document source for the specified range.

public:
 cli::array <System::Byte> ^ GetSourceRange(int startLine, int startColumn, int endLine, int endColumn);
public byte[] GetSourceRange (int startLine, int startColumn, int endLine, int endColumn);
abstract member GetSourceRange : int * int * int * int -> byte[]
Public Function GetSourceRange (startLine As Integer, startColumn As Integer, endLine As Integer, endColumn As Integer) As Byte()

Parameters

startLine
Int32

The starting line in the current document.

startColumn
Int32

The starting column in the current document.

endLine
Int32

The ending line in the current document.

endColumn
Int32

The ending column in the current document.

Returns

Byte[]

The document source for the specified range.

Applies to