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!

ISymbolNamespace.GetNamespaces

Gets the children of the current namespace.

[Visual Basic]
Function GetNamespaces() As ISymbolNamespace ()
[C#]
ISymbolNamespace[] GetNamespaces();
[C++]
ISymbolNamespace* GetNamespaces() [] = 0;
[JScript]
function GetNamespaces() : ISymbolNamespace[];

Return Value

The children of the current namespace.

See Also

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