Skip to content

Latest commit

 

History

History
58 lines (52 loc) · 1.23 KB

File metadata and controls

58 lines (52 loc) · 1.23 KB
title rename_search_namespace | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
devlang-cpp
ms.tgt_pltfrm
ms.topic article
f1_keywords
rename_search_namespace
dev_langs
C++
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
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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