raw_property_prefixes 가져오기 특성
C++ 특정
세 가지 속성 메서드의 대체 접두사를 지정합니다.
구문
#import 형식 라이브러리 raw_property_prefixes( "GetPrefix", "PutPrefix", "PutRefPrefix" )
매개 변수
GetPrefix
메서드에 사용할 접두사입니다 propget
.
PutPrefix
메서드에 사용할 접두사입니다 propput
.
PutRefPrefix
메서드에 사용할 접두사입니다 propputref
.
설명
기본적으로 하위 수준 propget
propput
및 메서드는 각각 , putref_
put_
및 propputref
의 접두get_
사를 사용하여 명명된 멤버 함수에 의해 노출됩니다. 이 접두사는 MIDL로 생성한 헤더 파일에 사용되는 이름과 호환됩니다.
END C++ 특정