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

Définition

Obtient la source de document incorporée 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épart dans le document actif.

startColumn
Int32

Colonne de départ dans le document actif.

endLine
Int32

Ligne de fin du document actif.

endColumn
Int32

Colonne de fin du document actif.

Retours

Byte[]

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

S’applique à