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!

ISymbolScope.Parent

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;

Property Value

The parent lexical scope of the current scope.

See Also

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