Udostępnij za pośrednictwem


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

Definicja

Zgłasza wartość NotSupportedException we wszystkich przypadkach.

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

Ten parametr nie jest używany.

startColumn
Int32

Ten parametr nie jest używany.

endLine
Int32

Ten parametr nie jest używany.

endColumn
Int32

Ten parametr nie jest używany.

Zwraca

Byte[]

A NotSupportedException we wszystkich przypadkach.

Implementuje

Wyjątki

We wszystkich przypadkach.

Dotyczy