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;
The end offset of the variable.
Applies only to local variable.
ISymbolVariable Interface | ISymbolVariable Members | System.Diagnostics.SymbolStore Namespace