ISymbolWriter.SetScopeRange(Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the offset range for the specified lexical scope.
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)
Parameters
- scopeID
- Int32
The identifier of the lexical scope.
- startOffset
- Int32
The byte offset of the beginning of the lexical scope.
- endOffset
- Int32
The byte offset of the end of the lexical scope.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.