NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISymbolScope.EndOffset

Gets the end byte offset of the current lexical scope.

[Visual Basic]
ReadOnly Property EndOffset As Integer
[C#]
int EndOffset {get;}
[C++]
int get_EndOffset() = 0;
[JScript]
abstract function get EndOffset() : int;

Property Value

The end offset of the current lexical scope.

See Also

ISymbolScope Interface | ISymbolScope Members | System.Diagnostics.SymbolStore Namespace