ISymbolDocument.GetSourceRange(Int32, Int32, Int32, Int32) Méthode
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()
- 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.
Source du document pour la plage spécifiée.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :