Freigeben über


ISymbolReader.GetMethodFromDocumentPosition-Methode

Ruft das Methodenobjekt des Symbolreaders ab, das eine angegebene Position in einem Dokument enthält.

Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
Function GetMethodFromDocumentPosition ( _
    document As ISymbolDocument, _
    line As Integer, _
    column As Integer _
) As ISymbolMethod
'Usage
Dim instance As ISymbolReader
Dim document As ISymbolDocument
Dim line As Integer
Dim column As Integer
Dim returnValue As ISymbolMethod

returnValue = instance.GetMethodFromDocumentPosition(document, line, column)
ISymbolMethod GetMethodFromDocumentPosition (
    ISymbolDocument document,
    int line,
    int column
)
ISymbolMethod^ GetMethodFromDocumentPosition (
    ISymbolDocument^ document, 
    int line, 
    int column
)
ISymbolMethod GetMethodFromDocumentPosition (
    ISymbolDocument document, 
    int line, 
    int column
)
function GetMethodFromDocumentPosition (
    document : ISymbolDocument, 
    line : int, 
    column : int
) : ISymbolMethod

Parameter

  • document
    Das Dokument, in dem sich die Methode befindet.
  • line
    Die Position der Zeile im Dokument. Die Zeilen sind fortlaufend nummeriert, beginnend mit 1.
  • column
    Die Position der Spalte im Dokument. Die Spalten sind fortlaufend nummeriert, beginnend mit 1.

Rückgabewert

Das Methodenobjekt des Symbolreaders für die angegebene Position im Dokument.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

ISymbolReader-Schnittstelle
ISymbolReader-Member
System.Diagnostics.SymbolStore-Namespace