SymWriter.SetScopeRange(Int32, Int32, Int32) Método
Definição
Define o intervalo de deslocamento do escopo léxico especificado.Defines the offset range for the specified lexical scope.
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)
Parâmetros
- scopeID
- Int32
O identificador do escopo léxico retornado pelo método OpenScope(Int32).The identifier of the lexical scope returned by the OpenScope(Int32) method.
- startOffset
- Int32
O deslocamento de IL do início do escopo léxico.The IL offset of the beginning of the lexical scope.
- endOffset
- Int32
O deslocamento de IL do final do escopo léxico.The IL offset of the end of the lexical scope.