SymMethod.GetOffset(ISymbolDocument, Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した位置に対応するメソッド内のMicrosoft中間言語 (MSIL) オフセットを取得します。
public:
override int GetOffset(System::Diagnostics::SymbolStore::ISymbolDocument ^ document, int line, int column);
public:
virtual int GetOffset(System::Diagnostics::SymbolStore::ISymbolDocument ^ document, int line, int column);
public override int GetOffset(System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column);
public virtual int GetOffset(System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column);
abstract member GetOffset : System.Diagnostics.SymbolStore.ISymbolDocument * int * int -> int
override this.GetOffset : System.Diagnostics.SymbolStore.ISymbolDocument * int * int -> int
Public Overrides Function GetOffset (document As ISymbolDocument, line As Integer, column As Integer) As Integer
Public Overridable Function GetOffset (document As ISymbolDocument, line As Integer, column As Integer) As Integer
パラメーター
- document
- ISymbolDocument
オフセットが要求されるドキュメント。
- line
- Int32
オフセットが要求されるドキュメント行。
- column
- Int32
オフセットが要求されるドキュメント列。
返品
ドキュメント内の指定した場所の現在のメソッド内の IL オフセット。