Skip to content

Latest commit

 

History

History
53 lines (48 loc) · 1.11 KB

File metadata and controls

53 lines (48 loc) · 1.11 KB
title no_search_namespace | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
no_search_namespace
dev_langs
C++
helpviewer_keywords
no_search_namespace attribute
ms.assetid 482dc4a7-5acf-456a-a995-ef4ddd5f6018
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

no_search_namespace

C++ Specific

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

Syntax

no_search_namespace  

Remarks

END C++ Specific

See Also

#import Attributes
#import Directive