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 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
Source du document pour la plage spécifiée.