System.Diagnostics.SymbolStore.ISymbolReader.GetMethodFromDocumentPosition Method

Gets a symbol reader method object that contains a specified position in a document.

Syntax

public ISymbolMethod GetMethodFromDocumentPosition (ISymbolDocument document, int line, int column)

Parameters

document
The document in which the method is located.
line
The position of the line within the document. The lines are numbered, beginning with 1.
column
The position of column within the document. The columns are numbered, beginning with 1.

Returns

The reader method object for the specified position in the document.

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