Click or drag to resize

INamespace Properties

The INamespace type exposes the following members.

Properties
  NameDescription
Public propertyCategory
The descriptive category of the CodeObject.
(Inherited from INamedCodeObject.)
Public propertyChildren
The dictionary of child types and namespaces in the Namespace.
Public propertyFullName
The full name of the Namespace, including any parent namespaces.
Public propertyHasDeclarationsInProject
True if this Namespace has NamespaceDecl declarations in the current project, otherwise false (meaning items in the namespace exist only in imported assemblies and projects).
Public propertyIsGlobal
Determines if this Namespace is the project-global namespace.
Public propertyIsRootLevel
Determines if this Namespace is root-level (global or extern alias).
Public propertyName
The name of the CodeObject.
(Inherited from INamedCodeObject.)
Public propertyParent
The parent CodeObject.
Top
See Also