System::Reflection::MemberInfo::GetCustomAttributes 메서드
내용물
[
숨다
]MemberInfo::GetCustomAttributes(bool) const method
현재 객체가 나타내는 타입에 적용된 모든 사용자 정의 특성을 나타내는 객체들을 포함하는 배열을 반환합니다.
ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(bool inherit=false) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| inherit | bool | 상속된 특성도 확인할지 여부. |
또 보기
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Page for C++
MemberInfo::GetCustomAttributes(const TypeInfo&, bool) const method
현재 객체가 나타내는 타입에 적용된 모든 사용자 정의 특성을 나타내는 객체들을 포함하는 배열을 반환합니다.
ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit=false) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| attributeType | const TypeInfo& | 찾을 특성의 유형. |
| inherit | bool | 상속된 특성도 확인할지 여부. |
또 보기
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Page for C++