Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 953 Bytes

rename-namespace.md

File metadata and controls

43 lines (31 loc) · 953 Bytes
title ms.custom ms.date ms.technology ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid author ms.author ms.workload
rename_namespace | Microsoft Docs
10/18/2018
cpp-tools
reference
rename_namespace
C++
rename_namespace attribute
45006d2b-36cd-4bec-98b9-3b8ec45299e3
corob-msft
corob
cplusplus

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

See Also

#import Attributes
#import Directive