C++ 专用
指定用于三个属性方法的备用前缀。
语法
#import 类型库high_property_prefixes(“GetPrefix”、“PutPrefix”、“PutRefPrefix”)
参数
GetPrefix
要用于 propget 方法的前缀。
PutPrefix
要用于 propput 方法的前缀。
PutRefPrefix
要用于 propputref 方法的前缀。
备注
默认情况下,由未使用前缀 propget、propput 和 propputref 命名的成员函数分别公开高级错误处理 Get、Put 和 PutRef 方法。
结束 C++ 专用