ISymbolDocument.GetSourceRange(Int32, Int32, Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.