System::TypeInfo::GetCustomAttributes 메서드
TypeInfo::GetCustomAttributes() const method
형식에 적용된 모든 사용자 정의 특성을 나타내는 객체를 포함하는 배열을 반환합니다.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const
또 보기
- Typedef ArrayPtr
- Class SmartPtr
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method
형식에 적용된 특정 특성을 나타내는 객체를 포함하는 배열을 반환합니다.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| attributeType | const TypeInfo& | 검색할 특성의 유형입니다. |
| inherit | bool | 상속된 특성도 검색할지 여부입니다. |