หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
C++ Specific
Renames C++ reserved words by appending two underscores (__) to the variable name to resolve potential name conflicts.
Syntax
#import type-library auto_rename
Remarks
This attribute is used when importing a type library that uses one or more C++ reserved words (keywords or macros) as variable names.
END C++ Specific