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!

ISymbolVariable.EndOffset

Gets the end offset of the variable within the variable's 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 variable.

Remarks

Applies only to local variable.

See Also

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