System::TypeInfo::GetCustomAttribute 메서드
TypeInfo::GetCustomAttribute method
지정된 유형을 가진 사용자 정의 특성을 검색하고 현재 객체가 나타내는 형식에 적용된 것을 찾습니다.
ObjectPtr System::TypeInfo::GetCustomAttribute(const TypeInfo &attributeType) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| attributeType | const TypeInfo& | 검색할 특성의 타입을 나타내는 TypeInfo 객체에 대한 상수 참조 |
ReturnValue
찾은 특성을 나타내는 객체에 대한 포인터, 또는 검색 기준에 맞는 특성이 없으면 널 포인터
또 보기
- Class SmartPtr
- Class TypeInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++