Sdílet prostřednictvím


SymDocument.GetSourceRange(Int32, Int32, Int32, Int32) Metoda

Definice

Ve všech případech vyvolá výjimku NotSupportedException .

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

Parametry

startLine
Int32

Tento parametr není používán.

startColumn
Int32

Tento parametr není používán.

endLine
Int32

Tento parametr není používán.

endColumn
Int32

Tento parametr není používán.

Návraty

Byte[]

A NotSupportedException ve všech případech.

Implementuje

Výjimky

Ve všech případech

Platí pro