Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 936 Bytes

File metadata and controls

31 lines (21 loc) · 936 Bytes
description Learn more about: rename_search_namespace import attribute
title rename_search_namespace import attribute
ms.date 08/29/2019
f1_keywords
rename_search_namespace
helpviewer_keywords
rename_search_namespace attribute
ms.assetid 47c9d7fd-59dc-4c62-87a1-9011a0040167

rename_search_namespace import attribute

C++ Specific

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

Syntax

#import type-library rename_search_namespace( "NewName" )

Parameters

NewName
The new name of the namespace.

Remarks

END C++ Specific

See also

#import attributes
#import directive