Share via


ISymbolDocument.GetSourceRange(Int32, Int32, Int32, Int32) Méthode

Définition

Obtient la source incorporée du document pour la plage spécifiée.

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

Paramètres

startLine
Int32

Ligne de début dans le document actif.

startColumn
Int32

Colonne de début dans le document actif.

endLine
Int32

Ligne de fin dans le document actif.

endColumn
Int32

Colonne de fin dans le document actif.

Retours

Byte[]

Source du document pour la plage spécifiée.

S’applique à