Gets the lexical scopes that are children of the current lexical scope.
[Visual Basic] Function GetChildren() As ISymbolScope () [C#] ISymbolScope[] GetChildren(); [C++] ISymbolScope* GetChildren() [] = 0; [JScript] function GetChildren() : ISymbolScope[];
The lexical scopes that are children of the current lexical scope.
ISymbolScope Interface | ISymbolScope Members | System.Diagnostics.SymbolStore Namespace