Gets the parent lexical scope of the current scope.
[Visual Basic] ReadOnly Property Parent As ISymbolScope [C#] ISymbolScope Parent {get;} [C++] ISymbolScope* get_Parent() = 0; [JScript] abstract function get Parent() : ISymbolScope;
The parent lexical scope of the current scope.
ISymbolScope Interface | ISymbolScope Members | System.Diagnostics.SymbolStore Namespace