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

Gets the namespaces that are being used within the current scope.

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

Return Value

The namespaces that are being used within the current scope.

See Also

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