VCCodeDelegate::Namespace Property
Visual Studio 2015
Gets an object defining the parent namespace.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Namespace returns the CodeNamespace object associated with this CodeType object. Namespace returns Nothing or null for types declared at the top level in a file or for a default or global namespace.
Show: