Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 794 Bytes

File metadata and controls

32 lines (22 loc) · 794 Bytes
title rename_search_namespace
ms.date 10/18/2018
f1_keywords
rename_search_namespace
helpviewer_keywords
rename_search_namespace attribute
ms.assetid 47c9d7fd-59dc-4c62-87a1-9011a0040167

rename_search_namespace

C++ Specific

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

Syntax

rename_search_namespace("NewName")

Parameters

NewName
The new name of the namespace.

Remarks

END C++ Specific

See also

#import Attributes
#import Directive