CodeNamespace::Imports Property

 

Gets the collection of namespace import directives used by the namespace.

Namespace:   System.CodeDom
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
Return to top
Show: