Bagikan melalui


SymReader.GetMethodFromDocumentPosition(ISymbolDocument, Int32, Int32) Metode

Definisi

Mendapatkan objek metode pembaca simbol yang berisi posisi tertentu dalam dokumen.

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

Parameter

document
ISymbolDocument

Dokumen tempat metode berada.

line
Int32

Posisi baris dalam dokumen. Baris diberi nomor, dimulai dengan 1.

column
Int32

Posisi kolom dalam dokumen. Kolom diberi nomor, dimulai dengan 1.

Mengembalikan

Objek metode pembaca simbol untuk posisi yang ditentukan dalam dokumen.

Penerapan

Berlaku untuk