SymReader.GetMethodFromDocumentPosition(ISymbolDocument, Int32, Int32) Method

Definition

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

public:
 override System::Diagnostics::SymbolStore::ISymbolMethod ^ GetMethodFromDocumentPosition(System::Diagnostics::SymbolStore::ISymbolDocument ^ document, int line, int column);
public:
 virtual System::Diagnostics::SymbolStore::ISymbolMethod ^ GetMethodFromDocumentPosition(System::Diagnostics::SymbolStore::ISymbolDocument ^ document, int line, int column);
public override System.Diagnostics.SymbolStore.ISymbolMethod GetMethodFromDocumentPosition (System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column);
public virtual System.Diagnostics.SymbolStore.ISymbolMethod GetMethodFromDocumentPosition (System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column);
abstract member GetMethodFromDocumentPosition : System.Diagnostics.SymbolStore.ISymbolDocument * int * int -> System.Diagnostics.SymbolStore.ISymbolMethod
override this.GetMethodFromDocumentPosition : System.Diagnostics.SymbolStore.ISymbolDocument * int * int -> System.Diagnostics.SymbolStore.ISymbolMethod
Public Overrides Function GetMethodFromDocumentPosition (document As ISymbolDocument, line As Integer, column As Integer) As ISymbolMethod
Public Overridable Function GetMethodFromDocumentPosition (document As ISymbolDocument, line As Integer, column As Integer) As ISymbolMethod

Parameters

document
ISymbolDocument

The document in which the method is located.

line
Int32

The position of the line within the document. The lines are numbered, beginning with 1.

column
Int32

The position of column within the document. The columns are numbered, beginning with 1.

Returns

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

Implements

Applies to