Udostępnij za pośrednictwem


ISymbolDocument.GetSourceRange(Int32, Int32, Int32, Int32) Metoda

Definicja

Pobiera osadzone źródło dokumentu dla określonego zakresu.

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

Parametry

startLine
Int32

Wiersz początkowy w bieżącym dokumencie.

startColumn
Int32

Kolumna początkowa w bieżącym dokumencie.

endLine
Int32

Końcowy wiersz w bieżącym dokumencie.

endColumn
Int32

Kolumna końcowa w bieżącym dokumencie.

Zwraca

Byte[]

Źródło dokumentu dla określonego zakresu.

Dotyczy