Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


SymReader.GetMethodFromDocumentPosition(ISymbolDocument, Int32, Int32) Method

Definition

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

C#
public override System.Diagnostics.SymbolStore.ISymbolMethod GetMethodFromDocumentPosition(System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column);
C#
public virtual System.Diagnostics.SymbolStore.ISymbolMethod GetMethodFromDocumentPosition(System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column);

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

Termék Verziók
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1