Given an offset within the method, returns the most enclosing lexical scope.
[Visual Basic] Function GetScope( _ ByVal offset As Integer _ ) As ISymbolScope [C#] ISymbolScope GetScope( int offset ); [C++] ISymbolScope* GetScope( int offset ) = 0; [JScript] function GetScope( offset : int ) : ISymbolScope;
The most enclosing lexical scope for the given byte offset within the method.
This can be used to start local variable searches.
ISymbolMethod Interface | ISymbolMethod Members | System.Diagnostics.SymbolStore Namespace