high_property_prefixes 가져오기 특성
C++ 특정
세 가지 속성 메서드의 대체 접두사를 지정합니다.
구문
#import 형식 라이브러리 high_property_prefixes( "GetPrefix", "PutPrefix", "PutRefPrefix" )
매개 변수
GetPrefix
메서드에 사용할 접두사입니다 propget
.
PutPrefix
메서드에 사용할 접두사입니다 propput
.
PutRefPrefix
메서드에 사용할 접두사입니다 propputref
.
설명
기본적으로 상위 수준 오류 처리 propget
및 메서드는 각각 접Put
Get
두사 및 PutRef
로 명명된 멤버 함수에 의해 노출됩니다.propputref
propput
END C++ 특정