नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
C++ Specific
Renames the namespace that contains the contents of the type library.
Syntax
#import type-library rename_namespace( "NewName" )
Parameters
NewName
The new name of the namespace.
Remarks
The rename_namespace attribute takes a single argument, NewName, which specifies the new name for the namespace.
To remove the namespace, use the no_namespace attribute instead.
END C++ Specific