ISymbolWriter.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:
void SetScopeRange(int scopeID, int startOffset, int endOffset);
public void SetScopeRange(int scopeID, int startOffset, int endOffset);
abstract member SetScopeRange : int * int * int -> unit
Public Sub SetScopeRange (scopeID As Integer, startOffset As Integer, endOffset As Integer)
Paramètres
- scopeID
- Int32
Identificateur de l’étendue lexicale.
- startOffset
- Int32
Décalage d’octet du début de l’étendue lexicale.
- endOffset
- Int32
Décalage d’octet de la fin de l’étendue lexicale.