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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.