| description | Learn more about: rename_namespace import attribute | |
|---|---|---|
| title | rename_namespace import attribute | |
| ms.date | 08/29/2019 | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 45006d2b-36cd-4bec-98b9-3b8ec45299e3 |
C++ Specific
Renames the namespace that contains the contents of the type library.
#import type-library rename_namespace( "NewName" )
NewName
The new name of the namespace.
The rename_namespace attribute takes a single argument, NewName, which specifies the new name for the namespace.
To remove the namespace, use the no_namespace attribute instead.
END C++ Specific