| description | Learn more about: raw_property_prefixes import attribute | |
|---|---|---|
| title | raw_property_prefixes import attribute | |
| ms.date | 08/29/2019 | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 03a0f48c-c460-4175-a762-9f7f8d84b12f |
C++ Specific
Specifies alternate prefixes for three property methods.
#import type-library raw_property_prefixes( "GetPrefix" , "PutPrefix" , "PutRefPrefix" )
GetPrefix
Prefix to use for the propget methods.
PutPrefix
Prefix to use for the propput methods.
PutRefPrefix
Prefix to use for the propputref methods.
By default, low-level propget, propput, and propputref methods are exposed by member functions named using prefixes of get_, put_, and putref_, respectively. These prefixes are compatible with the names used in the header files generated by MIDL.
END C++ Specific