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!

ISymbolReader.GetNamespaces

Gets the namespaces defined at global scope within the current symbol store.

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

Return Value

The namespaces defined at global scope within the current symbol store.

See Also

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