ドキュメント内で指定した位置が格納されているシンボル リーダー メソッド オブジェクトを取得します。
Function GetMethodFromDocumentPosition( _
ByVal document As ISymbolDocument, _ ByVal line As Integer, _ ByVal column As Integer _) As ISymbolMethod
[C#]
ISymbolMethod GetMethodFromDocumentPosition(
ISymbolDocumentdocument,intline,intcolumn);
[C++]
ISymbolMethod* GetMethodFromDocumentPosition(
ISymbolDocument* document,intline,intcolumn);
[JScript]
function GetMethodFromDocumentPosition(
document : ISymbolDocument,line : int,column : int) : ISymbolMethod;
パラメータ
- document
メソッドが存在するドキュメント。 - line
ドキュメント内の行の位置。行は 1 から番号が付けられます。 - column
ドキュメント内の列の位置。列は 1 から番号が付けられます。
戻り値
ドキュメント内で指定した位置のリーダー メソッド オブジェクト。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ISymbolReader インターフェイス | ISymbolReader メンバ | System.Diagnostics.SymbolStore 名前空間