หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
C++ Specific
Specifies alternate prefixes for three property methods.
Syntax
#import type-library high_property_prefixes( "GetPrefix" , "PutPrefix" , "PutRefPrefix" )
Parameters
GetPrefix
Prefix to be used for the propget methods.
PutPrefix
Prefix to be used for the propput methods.
PutRefPrefix
Prefix to be used for the propputref methods.
Remarks
By default, high-level error-handling propget, propput, and propputref methods are exposed by member functions named with prefixes Get, Put, and PutRef, respectively.
END C++ Specific