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

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[];

Return Value

The lexical scopes that are children of the current lexical scope.

See Also

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