| title | high_property_prefixes | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 11/04/2016 | |
| ms.technology |
|
|
| ms.topic | reference | |
| f1_keywords |
|
|
| dev_langs |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 91c6cc2b-19b6-4aba-8831-d9e5cccb58b5 | |
| author | corob-msft | |
| ms.author | corob | |
| ms.workload |
|
C++ Specific
Specifies alternate prefixes for three property methods.
high_property_prefixes("GetPrefix","PutPrefix","PutRefPrefix")
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.
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