Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 936 Bytes

rename-search-namespace.md

File metadata and controls

31 lines (21 loc) · 936 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: rename_search_namespace import attribute
rename_search_namespace import attribute
08/29/2019
rename_search_namespace
rename_search_namespace attribute
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