Partager via


ISymbolMethod.GetOffset(ISymbolDocument, Int32, Int32) Méthode

Définition

Obtient l'offset MSIL (Microsoft Intermediate Language) de la méthode correspondant à la position spécifiée.

public:
 int GetOffset(System::Diagnostics::SymbolStore::ISymbolDocument ^ document, int line, int column);
public int GetOffset (System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column);
abstract member GetOffset : System.Diagnostics.SymbolStore.ISymbolDocument * int * int -> int
Public Function GetOffset (document As ISymbolDocument, line As Integer, column As Integer) As Integer

Paramètres

document
ISymbolDocument

Document pour lequel l'offset est demandé.

line
Int32

Ligne du document correspondant à l'offset.

column
Int32

Colonne du document correspondant à l'offset.

Retours

Offset dans le document spécifié.

Remarques

Les paramètres sont retournés dans l’ordre dans lequel ils sont définis dans la signature de la méthode.

S’applique à