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