Skip to content

Latest commit

 

History

History
55 lines (50 loc) · 1.19 KB

no-search-namespace.md

File metadata and controls

55 lines (50 loc) · 1.19 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager translation.priority.ht
no_search_namespace | Microsoft Docs
11/01/2016
visual-studio-dev14
devlang-cpp
article
no_search_namespace
C++
C
no_search_namespace attribute
482dc4a7-5acf-456a-a995-ef4ddd5f6018
4
corob-msft
corob
ghogen
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