SymDocument.GetSourceRange(Int32, Int32, Int32, Int32) Método

Definição

Gera um NotSupportedException em todos os casos.

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()

Parâmetros

startLine
Int32

Este parâmetro não é usado.

startColumn
Int32

Este parâmetro não é usado.

endLine
Int32

Este parâmetro não é usado.

endColumn
Int32

Este parâmetro não é usado.

Retornos

Byte[]

Um NotSupportedException em todos os casos.

Implementações

Exceções

Em todos os casos.

Aplica-se a