Aracılığıyla paylaş


ISymbolReader.GetMethodFromDocumentPosition Yöntem

Tanım

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

public:
 System::Diagnostics::SymbolStore::ISymbolMethod ^ GetMethodFromDocumentPosition(System::Diagnostics::SymbolStore::ISymbolDocument ^ document, int line, int column);
public 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
Public Function GetMethodFromDocumentPosition (document As ISymbolDocument, line As Integer, column As Integer) As ISymbolMethod

Parametreler

document
ISymbolDocument

Yönteminin 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 okuyucu yöntemi nesnesi.

Şunlara uygulanır