SymDocument.GetSourceRange(Int32, Int32, Int32, Int32) Method

Definition

Throws a NotSupportedException in all cases.

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

Parameters

startLine
Int32

This parameter is not used.

startColumn
Int32

This parameter is not used.

endLine
Int32

This parameter is not used.

endColumn
Int32

This parameter is not used.

Returns

Byte[]

A NotSupportedException in all cases.

Implements

Exceptions

In all cases.

Applies to