Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.06 KB

File metadata and controls

40 lines (34 loc) · 1.06 KB
title rename_search_namespace | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic reference
f1_keywords
rename_search_namespace
dev_langs
C++
helpviewer_keywords
rename_search_namespace attribute
ms.assetid 47c9d7fd-59dc-4c62-87a1-9011a0040167
caps.latest.revision 4
author corob-msft
ms.author corob
manager ghogen
ms.workload
cplusplus

rename_search_namespace

C++ Specific

Has the same functionality as the rename_namespace attribute but is used on type libraries that you use the #import directive with the auto_search attribute.

Syntax

rename_search_namespace("NewName")  

Parameters

NewName
The new name of the namespace.

Remarks

END C++ Specific

See Also

#import Attributes
#import Directive