ISymbolDocument.GetSourceRange(Int32, Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the embedded document source for the specified range.
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()
Parameters
- startLine
- Int32
The starting line in the current document.
- startColumn
- Int32
The starting column in the current document.
- endLine
- Int32
The ending line in the current document.
- endColumn
- Int32
The ending column in the current document.
Returns
Byte[]
The document source for the specified range.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.