Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at rename_namespace. C++ Specific
Renames the namespace that contains the contents of the type library.
Syntax
rename_namespace
("NewName")
Parameters
NewName
The new name of the namespace.
Remarks
It 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