ISymbolMethod.GetOffset(ISymbolDocument, Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le décalage Microsoft langage intermédiaire (MSIL) dans la méthode qui correspond à 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 le décalage est demandé.
- line
- Int32
Ligne de document correspondant au décalage.
- column
- Int32
Colonne de document correspondant au décalage.
Retours
Décalage 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.