Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 944 Bytes

rename-namespace.md

File metadata and controls

35 lines (23 loc) · 944 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: rename_namespace import attribute
rename_namespace import attribute
08/29/2019
rename_namespace
rename_namespace attribute
45006d2b-36cd-4bec-98b9-3b8ec45299e3

rename_namespace import attribute

C++ Specific

Renames the namespace that contains the contents of the type library.

Syntax

#import type-library rename_namespace( "NewName" )

Parameters

NewName
The new name of the namespace.

Remarks

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

See also

#import attributes
#import directive