System.Diagnostics.SymbolStore.ISymbolDocument.GetSourceRange Method

Gets the embedded document source for the specified range.

Syntax

public byte[] GetSourceRange (int startLine, int startColumn, int endLine, int endColumn)

Parameters

startLine
The starting line in the current document.
startColumn
The starting column in the current document.
endLine
The ending line in the current document.
endColumn
The ending column in the current document.

Returns

The document source for the specified range.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0