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[];
The namespaces that are being used within the current scope.
ISymbolScope Interface | ISymbolScope Members | System.Diagnostics.SymbolStore Namespace