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 から番号が付けられます。

戻り値

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

実装

適用対象