high_property_prefixes

C++ 特定

针对三个属性方法指定备用前缀。

high_property_prefixes("GetPrefix","PutPrefix","PutRefPrefix")

参数

  • GetPrefix
    前缀为 propget 方法使用。

  • PutPrefix
    前缀为 propput 方法使用。

  • PutRefPrefix
    前缀为 propputref 方法使用。

备注

默认情况下,高级的错误处理 propgetpropputpropputref 方法由成员函数显示名为的标题 获取PutPutRef,分别。

结束 C++ 特定

请参见

参考

#import特性(C++)

#import指令(C++)