high_property_prefixes
C++ 特定
针对三个属性方法指定备用前缀。
high_property_prefixes("GetPrefix","PutPrefix","PutRefPrefix")
参数
GetPrefix
前缀为 propget 方法使用。PutPrefix
前缀为 propput 方法使用。PutRefPrefix
前缀为 propputref 方法使用。
备注
默认情况下,高级的错误处理 propget、 propput和 propputref 方法由成员函数显示名为的标题 获取、 Put和 PutRef,分别。
结束 C++ 特定