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 de décalage pour l’étendue 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 l’étendue lexicale retournée par la OpenScope(Int32) méthode.
- startOffset
- Int32
Décalage IL du début de l’étendue lexicale.
- endOffset
- Int32
Décalage IL de la fin de l’étendue lexicale.