high_property_prefixes匯入屬性
特定C++
為三個屬性方法指定替代的前置詞。
語法
#import 類型連結庫high_property_prefixes(“GetPrefix”、“PutPrefix”、“ PutRefPrefix” )
參數
GetPrefix
要用於方法的 propget
前置詞。
PutPrefix
要用於方法的 propput
前置詞。
PutRefPrefix
要用於方法的 propputref
前置詞。
備註
根據預設,高階錯誤處理propget
、 和 方法會分別由具有Get
前置詞 、 propput
Put
和 propputref
PutRef
的成員函式公開。
END C++ 特定