Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 885 Bytes

File metadata and controls

31 lines (26 loc) · 885 Bytes
title no_search_namespace | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-tools
ms.topic reference
f1_keywords
no_search_namespace
dev_langs
C++
helpviewer_keywords
no_search_namespace attribute
ms.assetid 482dc4a7-5acf-456a-a995-ef4ddd5f6018
author corob-msft
ms.author corob
ms.workload
cplusplus

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