SymReader.GetMethodFromDocumentPosition(ISymbolDocument, Int32, Int32) メソッド

定義

文書内の指定した位置を含むシンボル リーダー メソッド オブジェクトを取得します。

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

パラメーター

document
ISymbolDocument

メソッドが配置されているドキュメント。

line
Int32

文書内の行の位置。 行には、1 から始まる番号が付けられます。

column
Int32

ドキュメント内の列の位置。 列には 1 から始まる番号が付けられます。

返品

文書内の指定した位置のシンボル リーダー メソッド オブジェクト。

実装

適用対象