Condividi tramite


ISymbolDocument.GetSourceRange(Int32, Int32, Int32, Int32) Metodo

Definizione

Recupera l'origine del documento incorporato per l'intervallo specificato.

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

Parametri

startLine
Int32

Riga iniziale del documento corrente.

startColumn
Int32

Colonna iniziale del documento corrente.

endLine
Int32

Riga finale del documento corrente.

endColumn
Int32

Colonna finale del documento corrente.

Restituisce

Byte[]

Origine del documento relativa all'intervallo specificato.

Si applica a