SymWriter.SetScopeRange(Int32, 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.
Définit la plage d'offsets pour la portée lexicale spécifiée.
public:
override void SetScopeRange(int scopeID, int startOffset, int endOffset);
public:
virtual void SetScopeRange(int scopeID, int startOffset, int endOffset);
public override void SetScopeRange (int scopeID, int startOffset, int endOffset);
public virtual void SetScopeRange (int scopeID, int startOffset, int endOffset);
abstract member SetScopeRange : int * int * int -> unit
override this.SetScopeRange : int * int * int -> unit
Public Overrides Sub SetScopeRange (scopeID As Integer, startOffset As Integer, endOffset As Integer)
Public Overridable Sub SetScopeRange (scopeID As Integer, startOffset As Integer, endOffset As Integer)
Paramètres
- scopeID
- Int32
Identificateur de la portée lexicale retourné par la méthode OpenScope(Int32).
- startOffset
- Int32
Offset IL du début de la portée lexicale.
- endOffset
- Int32
Offset IL de la fin de la portée lexicale.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.