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.StartOffset

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;

Property Value

The start byte offset of the variable.

Remarks

Applies only to local variables.

See Also

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