Gets the start byte offset of the variable within the variable's scope.
[Visual Basic] ReadOnly Property StartOffset As Integer [C#] int StartOffset {get;} [C++] int get_StartOffset() = 0; [JScript] abstract function get StartOffset() : int;
The start byte offset of the variable.
Applies only to local variables.
ISymbolVariable Interface | ISymbolVariable Members | System.Diagnostics.SymbolStore Namespace