CodeNamespace::Imports Property
.NET Framework (current version)
Gets the collection of namespace import directives used by the namespace.
Assembly: System (in System.dll)
public: property CodeNamespaceImportCollection^ Imports { CodeNamespaceImportCollection^ get(); }
Property Value
Type: System.CodeDom::CodeNamespaceImportCollection^A CodeNamespaceImportCollection that indicates the namespace import directives used by the namespace.
.NET Framework
Available since 1.1
Available since 1.1
Show: