SymReader.GetMethodFromDocumentPosition(ISymbolDocument, Int32, Int32) Yöntem

Tanım

Belgede belirtilen konumu içeren bir sembol okuyucu yöntemi nesnesi alır.

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

Parametreler

document
ISymbolDocument

Yöntemin bulunduğu belge.

line
Int32

Satırın belge içindeki konumu. Satırlar 1 ile başlayarak numaralandırılır.

column
Int32

Sütunun belge içindeki konumu. Sütunlar, 1 ile başlayarak numaralandırılır.

Döndürülenler

Belgede belirtilen konum için sembol okuyucu yöntemi nesnesi.

Uygulamalar

Şunlara uygulanır